Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cimg/base from 2020.12 to 2023.01 in /docker/ci/circleci #567

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/ci/circleci/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 cimg/base:2020.12@sha256:a9adc0fb9b3d2440961a8042c5b03a387b3a0d6e2ab9e73ce20bff1ae84d64be AS setup_ci
FROM cimg/base:2023.01@sha256:50ac2e36973c5640e0e549024b1d16f58a98aa37acbba88513bcc31ee8770fad AS setup_ci

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