Skip to content

Commit

Permalink
Merge pull request #19 from PRODYNA/dependabot/docker/alpine-3.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic authored Jul 23, 2024
2 parents 891faa5 + e744eb7 commit e3bf35f
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.1
FROM alpine:3.20.2
COPY --from=build /app/changelog-json /app/
ENTRYPOINT ["/app/changelog-json"]

0 comments on commit e3bf35f

Please sign in to comment.