Skip to content

Commit 6a944a8

Browse files
authored
patch(devops): correctly specify ubuntu:24.10 image in Dockerfile
1 parent 314a557 commit 6a944a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /app/avalanchego/
1414

1515
RUN /app/avalanchego/scripts/build.sh
1616

17-
FROM ubuntu@24.10
17+
FROM ubuntu:24.10
1818

1919
WORKDIR /app
2020

0 commit comments

Comments
 (0)