Skip to content

Commit

Permalink
Merge pull request #72 from adamjsturge/dependabot/docker/dev/docker-…
Browse files Browse the repository at this point in the history
…dependencies-d194d45cae

Bump alpine from 3.20.0 to 3.20.1 in the docker-dependencies group
  • Loading branch information
adamjsturge authored Jun 21, 2024
2 parents bda74ba + adfbc7b commit be8f9c7
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 @@ -14,7 +14,7 @@ ARG GIT_BRANCH
RUN BUILD_DATE=$(date +'%Y-%m-%dT%H:%M:%S%z') && \
go build -ldflags "-X 'main.version=${GIT_TAG}' -X 'main.gitCommit=${GIT_COMMIT}' -X 'main.gitBranch=${GIT_BRANCH}' -X 'main.buildDate=${BUILD_DATE}'" -o main

FROM alpine:3.20.0 as prod
FROM alpine:3.20.1 as prod
WORKDIR /app

COPY --from=builder /app/main .
Expand Down

0 comments on commit be8f9c7

Please sign in to comment.