Skip to content

Commit

Permalink
Refactor Dockerfile to use updated devbox image
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 11, 2024
1 parent 226591e commit 1697bc9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Language/node.js/18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:b9a4bc
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:d9829b

RUN cd /home/devbox/project && \
rm -rf ./*
Expand Down
2 changes: 1 addition & 1 deletion Language/node.js/20/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:b9a4bc
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:d9829b

RUN cd /home/devbox/project && \
rm -rf ./*
Expand Down
2 changes: 1 addition & 1 deletion Language/node.js/22/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:b9a4bc
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:d9829b
RUN cd /home/devbox/project && \
rm -rf ./*

Expand Down
2 changes: 1 addition & 1 deletion Language/php/8.2.20/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:b9a4bc
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:d9829b

RUN cd /home/devbox/project && \
rm -rf ./*
Expand Down
2 changes: 1 addition & 1 deletion Language/python/3.10/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:b9a4bc
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:d9829b

RUN cd /home/devbox/project && \
rm -rf ./*
Expand Down
2 changes: 1 addition & 1 deletion Language/python/3.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:b9a4bc
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:d9829b

RUN cd /home/devbox/project && \
rm -rf ./*
Expand Down
2 changes: 1 addition & 1 deletion Language/python/3.12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:b9a4bc
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:d9829b
RUN cd /home/devbox/project && \
rm -rf ./*

Expand Down
2 changes: 1 addition & 1 deletion Language/rust/1.81.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:b9a4bc
FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:d9829b

RUN cd /home/devbox/project && \
rm -rf ./*
Expand Down

0 comments on commit 1697bc9

Please sign in to comment.