Skip to content

Commit

Permalink
Bump alpine from 3.19.1 to 3.20.0 in /cloud/docker-image/src/main/doc…
Browse files Browse the repository at this point in the history
…ker (#1047)

Bumps alpine from 3.19.1 to 3.20.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent 6427d05 commit ef1dd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/docker-image/src/main/docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apk add --no-cache wget
RUN ./zpmw install --debug --exclude-remote-repositories
RUN ./zpmw clean --keep-image

FROM alpine:3.19.1
FROM alpine:3.20.0

ENV ZILLA_VERSION ${project.version}

Expand Down

0 comments on commit ef1dd9f

Please sign in to comment.