Skip to content

Commit 0033063

Browse files
committed
Update Docker builder to Go 1.23
1 parent d64ff34 commit 0033063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22 AS build
1+
FROM golang:1.23 AS build
22

33
WORKDIR /go/src/app
44
COPY . .

0 commit comments

Comments
 (0)