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 2e38ba7 commit 5b806f1Copy full SHA for 5b806f1
Dockerfile
@@ -7,8 +7,8 @@ LABEL org.opencontainers.image.source="https://github.com/firefart/dockerctf"
7
LABEL org.opencontainers.image.description="Docker CTF image"
8
9
# https://go.dev/dl/
10
-ARG GOLANG_VERSION="1.25.1"
11
-ARG GOLANG_SHASUM="7716a0d940a0f6ae8e1f3b3f4f36299dc53e31b16840dbd171254312c41ca12e"
+ARG GOLANG_VERSION="1.25.2"
+ARG GOLANG_SHASUM="d7fa7f8fbd16263aa2501d681b11f972a5fd8e811f7b10cb9b26d031a3d7454b"
12
# https://aws.amazon.com/corretto/
13
ARG JAVA_VERSION="25"
14
# https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu
0 commit comments