Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xunholy authored Feb 25, 2024
1 parent 07a0741 commit 74be4cc
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 @@ -10,7 +10,7 @@ COPY . .

RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main .

FROM gcr.io/distroless/base-debian10
FROM gcr.io/distroless/base-debian12

WORKDIR /

Expand Down

0 comments on commit 74be4cc

Please sign in to comment.