Skip to content

Commit 7671d80

Browse files
committed
Refactor Dockerfile to use a more secure method of mounting authorized_keys
1 parent 6bee0ec commit 7671d80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

Language/php/project/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
php -S localhost:8080
2+
php -S 0.0.0.0:8080

0 commit comments

Comments
 (0)