Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.19.1 to 3.20.2
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19.1 to 3.20.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent d277bd9 commit a8ef00d
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,7 +4,7 @@ COPY . /go/src/github.com/dokku/semver-generator
WORKDIR /go/src/github.com/dokku/semver-generator
RUN go build

FROM alpine:3.19.1
FROM alpine:3.20.2
# hadolint ignore=DL3018
COPY --from=builder /go/src/github.com/dokku/semver-generator/semver-generator /usr/local/bin/semver-generator
COPY github-entrypoint /usr/local/bin/github-entrypoint
Expand Down

0 comments on commit a8ef00d

Please sign in to comment.