Skip to content

Commit e4d1f35

Browse files
author
Robert Schuh
committed
update Dockerfile for newer go version
1 parent 890df7b commit e4d1f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16 AS build
1+
FROM golang:1.22 AS build
22
WORKDIR /src
33
COPY ["go.mod", "go.sum", "./"]
44
RUN go mod download

0 commit comments

Comments
 (0)