Skip to content

Commit 0da131f

Browse files
committed
Use more recent version of golang in docker container
1 parent 5c0bb73 commit 0da131f

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
@@ -9,7 +9,7 @@ WORKDIR /app
99

1010
RUN npm i && npm run build
1111

12-
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21
12+
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22
1313

1414
WORKDIR /usr/src/app
1515

0 commit comments

Comments
 (0)