Skip to content

Commit

Permalink
Merge pull request #15 from PRODYNA/dependabot/docker/alpine-3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic authored Jun 24, 2024
2 parents de42385 + 7a373a5 commit e3a15f8
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.0
FROM alpine:3.20.1
COPY --from=build /app/changelog-json /app/
ENTRYPOINT ["/app/changelog-json"]

0 comments on commit e3a15f8

Please sign in to comment.