Skip to content

Commit

Permalink
Merge pull request #127 from shadowmere-xyz/dependabot/docker/alpine-…
Browse files Browse the repository at this point in the history
…3.21

Bump alpine from 3.20 to 3.21
  • Loading branch information
jadolg authored Jan 2, 2025
2 parents 4614ed8 + d790b85 commit 9120002
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 @@ -9,7 +9,7 @@ COPY . /app

RUN CGO_ENABLED=0 GOOS=linux go build

FROM alpine:3.20
FROM alpine:3.21
COPY --from=build /app/ShadowTest /usr/bin/

ENV APP_USER=shadowtest
Expand Down

0 comments on commit 9120002

Please sign in to comment.