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.
2 parents d410a44 + 397d1c7 commit 431e687Copy full SHA for 431e687
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25.2-alpine AS go
+FROM golang:1.25.3-alpine AS go
2
3
FROM azul/zulu-openjdk-alpine:25 AS jlink
4
pom.xml
@@ -230,7 +230,7 @@ Copyright (c) 2012 - Jeremy Long
230
<plugin>
231
<groupId>org.apache.maven.plugins</groupId>
232
<artifactId>maven-enforcer-plugin</artifactId>
233
- <version>3.6.1</version>
+ <version>3.6.2</version>
234
</plugin>
235
236
0 commit comments