Skip to content

Commit 054e224

Browse files
Update cimg/base:current Docker digest to e6b0f34
1 parent 3effc09 commit 054e224

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cimg/base:current@sha256:6438d46397dbdff5b4da4a95c29dd469d0c8d7408abc682874c09173249dfaea
1+
FROM cimg/base:current@sha256:e6b0f342e0c9b312cfb5870277a52b0a953278f40009fd652095d873c1f4cb50
22

33
RUN set -x && \
44
repo_version=$(if command -v lsb_release >/dev/null 2>&1; then lsb_release -r -s; else grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '"'; fi) && \

7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cimg/base:current@sha256:6438d46397dbdff5b4da4a95c29dd469d0c8d7408abc682874c09173249dfaea
1+
FROM cimg/base:current@sha256:e6b0f342e0c9b312cfb5870277a52b0a953278f40009fd652095d873c1f4cb50
22

33
RUN set -x && \
44
repo_version=$(if command -v lsb_release >/dev/null 2>&1; then lsb_release -r -s; else grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '"'; fi) && \

8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cimg/base:current@sha256:6438d46397dbdff5b4da4a95c29dd469d0c8d7408abc682874c09173249dfaea
1+
FROM cimg/base:current@sha256:e6b0f342e0c9b312cfb5870277a52b0a953278f40009fd652095d873c1f4cb50
22

33
RUN set -x && \
44
repo_version=$(if command -v lsb_release >/dev/null 2>&1; then lsb_release -r -s; else grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '"'; fi) && \

9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cimg/base:current@sha256:6438d46397dbdff5b4da4a95c29dd469d0c8d7408abc682874c09173249dfaea
1+
FROM cimg/base:current@sha256:e6b0f342e0c9b312cfb5870277a52b0a953278f40009fd652095d873c1f4cb50
22

33
# This convenience image by Circle CI (https://github.com/CircleCI-Public/cimg-base) runs Ubuntu 22.04
44
# in which you can install .NET 9.0 only by using backports ppa.

0 commit comments

Comments
 (0)