We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b396d9 commit 5fdf266Copy full SHA for 5fdf266
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
3
# Build the application from source
4
-FROM golang:1.21 AS build-stage
+FROM golang:1.22 AS build-stage
5
6
WORKDIR /app
7
0 commit comments