We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46651cd commit 24bd773Copy full SHA for 24bd773
go-helloworld/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22 AS builder
+FROM golang:1.24 AS builder
2
3
WORKDIR /build
4
go-helloworld/Dockerfile.alpine
go-helloworld/go.mod
@@ -1,6 +1,6 @@
module github.com/joergjo/azure-containerapps-demos/go-helloworld
-go 1.22.1
+go 1.24.0
5
require github.com/sirupsen/logrus v1.9.3
6
0 commit comments