Skip to content

Commit 3b6e4b4

Browse files
authored
fix: update to 1.25.6
2 parents fb373e3 + 3adef21 commit 3b6e4b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

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

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

77
LABEL maintainer="[email protected]"
88
LABEL org.opencontainers.image.title="Go with JasperStarter"
9-
LABEL org.opencontainers.image.description="Go 1.25 Alpine with JasperStarter 3.6.2 pre-installed"
10-
LABEL org.opencontainers.image.version="1.25-3.6.2"
9+
LABEL org.opencontainers.image.description="Go 1.25.6 Alpine with JasperStarter 3.6.2 pre-installed"
10+
LABEL org.opencontainers.image.version="1.25.6-3.6.2"
1111
LABEL org.opencontainers.image.source="https://github.com/UnlockedLabs/golang-jasper"
1212
LABEL org.opencontainers.image.licenses="MIT (Dockerfile), BSD-3-Clause (Go), Apache-2.0 (JasperStarter)"
1313

0 commit comments

Comments
 (0)