Skip to content

Commit

Permalink
Merge pull request #32 from PRODYNA/dependabot/docker/alpine-3.21.0
Browse files Browse the repository at this point in the history
bump alpine from 3.20.3 to 3.21.0
  • Loading branch information
dkrizic authored Jan 6, 2025
2 parents 5d1ae8c + 76dc62b commit ec98c14
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 @@ -4,6 +4,6 @@ WORKDIR /app
COPY . /app
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build --ldflags '-extldflags=-static' -o changelog-json main.go

FROM alpine:3.20.3
FROM alpine:3.21.0
COPY --from=build /app/changelog-json /app/
ENTRYPOINT ["/app/changelog-json"]

0 comments on commit ec98c14

Please sign in to comment.