Skip to content

Commit

Permalink
Merge pull request #29 from chialab/update-docker
Browse files Browse the repository at this point in the history
chore: update docker to 27.0.3
  • Loading branch information
le0m authored Jul 2, 2024
2 parents 167cf26 + 3bd24f4 commit 947cd52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN go install -ldflags "-linkmode external -extldflags -static" github.com/chia
###
# Final image
###
FROM docker:26.1.3-cli
FROM docker:27.0.3-cli

COPY --from=builder /usr/local/bin/aws-ecr-get-login-password /usr/local/bin/

0 comments on commit 947cd52

Please sign in to comment.