Skip to content

Commit 2480852

Browse files
committed
Refactor Dockerfile to use more secure image version
1 parent 0d6e085 commit 2480852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

Language/php/8.2.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: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)