Skip to content

Commit

Permalink
make pie-loader:latest explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
capnspacehook committed Oct 30, 2022
1 parent f2bf519 commit 4c874a7
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 @@ -13,7 +13,7 @@ RUN go build -buildmode=pie -buildvcs=true -ldflags "-s -w -X main.version=${VER

# pie-loader is built and scanned daily, we want the most recent version
# hadolint ignore=DL3006
FROM ghcr.io/capnspacehook/pie-loader
FROM ghcr.io/capnspacehook/pie-loader:latest
COPY --from=builder /build/go-project-template /go-project-template

USER 1000:1000
Expand Down

0 comments on commit 4c874a7

Please # to comment.