We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acbcba commit 4383052Copy full SHA for 4383052
Language/go/1.22.5/Dockerfile
@@ -1,4 +1,7 @@
1
-FROM ghcr.io/labring-actions/devbox/debian-ssh:d8f335
+FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:d8b67a
2
+
3
+RUN cd /home/sealos/project && \
4
+rm -rf ./*
5
6
COPY /Language/go/project /home/sealos/project
7
Language/go/1.23.0/Dockerfile
Language/go/project/entrypoint.sh
@@ -0,0 +1 @@
+go run main.go
yaml/OS/debian-ssh/runtime-debian-ssh.yaml
0 commit comments