Skip to content

Commit eae1ee5

Browse files
authored
feat: add new go version in Dockerfile
Updated Go base image version to 1.25.5-alpine.
1 parent b9eba6c commit eae1ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Contains Go programming language and JasperStarter for JasperReports
33
# See NOTICES file for third-party software licenses
44

5-
FROM golang:1.25-alpine
5+
FROM golang:1.25.5-alpine
66

77
LABEL maintainer="[email protected]"
88
LABEL org.opencontainers.image.title="Go with JasperStarter"
@@ -43,4 +43,4 @@ WORKDIR /app
4343
# verify installations making sure
4444
RUN go version && jasperstarter --version
4545

46-
CMD ["/bin/sh"]
46+
CMD ["/bin/sh"]

0 commit comments

Comments
 (0)