We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a640403 commit e866f0dCopy full SHA for e866f0d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22-alpine AS build
+FROM golang:1.24-alpine AS build
2
RUN apk add --no-cache git
3
WORKDIR /src/bdo-rest-api
4
COPY . .
0 commit comments