Skip to content

Commit

Permalink
Bump alpine from 3.14.0 to 3.18.4 in /docker/ci/alpine
Browse files Browse the repository at this point in the history
Bumps alpine from 3.14.0 to 3.18.4.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent deb354a commit c335cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ci/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# while using circle we'll use circle's base image.
FROM alpine:3.14.0@sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0 AS setup_ci_alpine
FROM alpine:3.18.4@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 AS setup_ci_alpine

WORKDIR /diem
COPY rust-toolchain /diem/rust-toolchain
Expand Down

0 comments on commit c335cd7

Please sign in to comment.