Skip to content

Commit

Permalink
patch(devops): correctly specify ubuntu:24.10 image in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazs-flare authored Nov 14, 2024
1 parent 314a557 commit 6a944a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /app/avalanchego/

RUN /app/avalanchego/scripts/build.sh

FROM ubuntu@24.10
FROM ubuntu:24.10

WORKDIR /app

Expand Down

0 comments on commit 6a944a8

Please sign in to comment.