Skip to content

Commit

Permalink
Dockerfile: update Go and debian base images
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Jan 19, 2024
1 parent f4d98ad commit a9689fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build Stage
################################################################################
FROM golang:1.19-buster as builder
FROM golang as builder

WORKDIR /builder

Expand Down Expand Up @@ -30,7 +30,7 @@ FROM busybox:1.34-musl as busybox

# Runtime Stage
################################################################################
FROM gcr.io/distroless/base-debian10
FROM gcr.io/distroless/base-debian11

COPY --from=busybox /bin/sh /bin/sh

Expand Down

0 comments on commit a9689fc

Please sign in to comment.