Skip to content

Commit

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

Bumps alpine from 3.20.1 to 3.20.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent 6b4b405 commit fbd0857
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.20.1
FROM alpine:3.20.2

ENV ZILLA_VERSION ${project.version}

Expand Down

0 comments on commit fbd0857

Please sign in to comment.