We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9eba6c commit eae1ee5Copy full SHA for eae1ee5
Dockerfile
@@ -2,7 +2,7 @@
2
# Contains Go programming language and JasperStarter for JasperReports
3
# See NOTICES file for third-party software licenses
4
5
-FROM golang:1.25-alpine
+FROM golang:1.25.5-alpine
6
7
LABEL maintainer="[email protected]"
8
LABEL org.opencontainers.image.title="Go with JasperStarter"
@@ -43,4 +43,4 @@ WORKDIR /app
43
# verify installations making sure
44
RUN go version && jasperstarter --version
45
46
-CMD ["/bin/sh"]
+CMD ["/bin/sh"]
0 commit comments