We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2694ea commit 306e463Copy full SHA for 306e463
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build the Go binary
2
-FROM golang:1.23 AS builder
+FROM golang:1.24.6 AS builder
3
4
# Create a directory for the application
5
WORKDIR /app
0 commit comments