Skip to content

Commit 13aacd8

Browse files
committed
Refactor Dockerfile to use a more secure image version
1 parent 616c1a5 commit 13aacd8

File tree

10 files changed

+10
-11
lines changed

10 files changed

+10
-11
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:caf1d1
1+
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61
22

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

Language/cpp/gcc-12.2.0/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:caf1d1
2-
1+
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61
32
RUN cd /home/devbox/project && \
43
rm -rf ./*
54

Language/go/1.22.5/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:caf1d1
1+
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61
22

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

Language/go/1.23.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:caf1d1
1+
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61
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:caf1d1
1+
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61
22

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

Language/net/8.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:547a61
22

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

Language/python/3.10/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:547a61
22

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

Language/python/3.11/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:547a61
22
RUN cd /home/devbox/project && \
33
rm -rf ./*
44

Language/python/3.12/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:547a61
22
RUN cd /home/devbox/project && \
33
rm -rf ./*
44

Language/rust/1.81.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:547a61
22

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

0 commit comments

Comments
 (0)