Skip to content

Commit

Permalink
Update gcr to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTinianov committed Jul 27, 2023
1 parent 96d80d8 commit 2cf585f
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 @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
RUN chmod a+x /app/app

## (2) Add the statically linked binary to a distroless image
FROM gcr.io/distroless/base
FROM gcr.io/distroless/base-debian11:latest-amd64

COPY --from=build-app /app/app /bin/app

Expand Down

0 comments on commit 2cf585f

Please sign in to comment.