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 1507433 commit ae103f3Copy full SHA for ae103f3
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1
2
-FROM golang:1.24.4 as build
+FROM golang:1.24.5 as build
3
4
WORKDIR /app
5
COPY go.mod go.sum ./
Dockerfile.dev
@@ -1,4 +1,4 @@
0 commit comments