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 d7b997d commit b4a1d3aCopy full SHA for b4a1d3a
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.2"
11
-ARG GOLANG_SHASUM="d7fa7f8fbd16263aa2501d681b11f972a5fd8e811f7b10cb9b26d031a3d7454b"
+ARG GOLANG_VERSION="1.25.3"
+ARG GOLANG_SHASUM="0335f314b6e7bfe08c3d0cfaa7c19db961b7b99fb20be62b0a826c992ad14e0f"
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