Skip to content

Commit da7a93f

Browse files
committed
Refactor Dockerfile to use more secure image version
1 parent b6f36fe commit da7a93f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Language/c/gcc-12.2.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:501781
1+
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:caf1d1
22

33
RUN cd /home/devbox/project && \
44
rm -rf ./*

Language/cpp/gcc-12.2.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:501781
1+
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:caf1d1
22

33
RUN cd /home/devbox/project && \
44
rm -rf ./*

Language/java/openjdk17/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:501781
1+
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:caf1d1
22

33
RUN cd /home/devbox/project && \
44
rm -rf ./*

0 commit comments

Comments
 (0)