Skip to content

Commit

Permalink
chore(deps): Bump alpine from 3.18.0 to 3.18.2 in /docker (celestiaor…
Browse files Browse the repository at this point in the history
…g#1933)

Bumps alpine from 3.18.0 to 3.18.2.

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

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 Jun 15, 2023
1 parent 5816d90 commit 699113d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apk add --no-cache $PACKAGES && \
make install

# Final image
FROM docker.io/alpine:3.18.0
FROM docker.io/alpine:3.18.2

# Install ca-certificates
RUN apk add --no-cache --update ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ephemeral
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR ${HOME}
RUN make build

# stage 2
FROM docker.io/alpine:3.18.0
FROM docker.io/alpine:3.18.2

RUN apk update && \
apk upgrade && \
Expand Down

0 comments on commit 699113d

Please sign in to comment.