Skip to content

Commit

Permalink
update: gcr.io/distroless/static-debian12
Browse files Browse the repository at this point in the history
  • Loading branch information
samgozman committed Feb 10, 2024
1 parent 0dba603 commit b12395f
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 @@ -6,7 +6,7 @@ RUN go mod download
COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -o finfeed

FROM gcr.io/distroless/static-debian11:latest
FROM gcr.io/distroless/static-debian12:latest
COPY --from=builder /app/finfeed /finfeed
WORKDIR /app
CMD ["/finfeed"]

0 comments on commit b12395f

Please sign in to comment.