Skip to content

Commit 3b6f7a9

Browse files
authored
Merge pull request #36 from dinoallo/refactor/lang-image
fix: update Dockerfiles and YAML configurations to use stable image tag for debian-ssh-12.6
2 parents a5f75b3 + 3b14568 commit 3b6f7a9

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
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:547a61
1+
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3
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:547a61
1+
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3
22
RUN cd /home/devbox/project && \
33
rm -rf ./*
44

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

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

Language/node.js/18/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:547a61
1+
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3
22

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

Language/node.js/20/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:547a61
1+
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3
22

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

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

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

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

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

0 commit comments

Comments
 (0)