Skip to content

Commit 5fdf266

Browse files
Update golang Docker tag to v1.22
1 parent 3b396d9 commit 5fdf266

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,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
# Build the application from source
4-
FROM golang:1.21 AS build-stage
4+
FROM golang:1.22 AS build-stage
55

66
WORKDIR /app
77

0 commit comments

Comments
 (0)