We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468a48f commit bb3f401Copy full SHA for bb3f401
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:11-slim
+FROM debian:12-slim
2
3
4
# Update
@@ -24,4 +24,3 @@ LABEL "maintainer"="Contention <[email protected]>"
24
ADD entrypoint.sh /entrypoint.sh
25
RUN chmod +x /entrypoint.sh
26
ENTRYPOINT ["/entrypoint.sh"]
27
-
0 commit comments