Skip to content

Commit

Permalink
Merge pull request #134 from SongStitch/chore/upgrade-debian-12
Browse files Browse the repository at this point in the history
chore: upgrade docker image to debian 12
  • Loading branch information
BradLewis authored Sep 3, 2023
2 parents 1973b80 + c903b82 commit 2240c3c
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 @@ -33,7 +33,7 @@ RUN apt-get update \

RUN CGO_ENABLED=1 GOOS=linux go build -ldflags="-s -w -linkmode 'external' -extldflags '-static'" -o ./bin/song-stitch cmd/*.go

FROM gcr.io/distroless/static-debian11:nonroot AS build-release-stage
FROM gcr.io/distroless/static-debian12:nonroot AS build-release-stage

WORKDIR /app

Expand Down

0 comments on commit 2240c3c

Please sign in to comment.