We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec6e7a commit dce9b8cCopy full SHA for dce9b8c
2 files changed
Dockerfile
@@ -13,7 +13,7 @@ RUN mvn dependency:go-offline -q
13
COPY ofd-converter/src ./src
14
RUN mvn clean package -q -DskipTests
15
16
-FROM golang:1.25 AS builder
+FROM golang:1.26 AS builder
17
WORKDIR /src
18
19
# copy go modules and source
go.mod
@@ -1,6 +1,6 @@
1
module cups-web
2
3
-go 1.25.5
+go 1.26
4
5
require (
6
github.com/OpenPrinting/goipp v1.2.0
0 commit comments