We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb416a0 + 82b615c commit 74d7ce5Copy full SHA for 74d7ce5
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24.1-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 as permify-builder
+FROM golang:1.24.2-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 as permify-builder
2
WORKDIR /go/src/app
3
RUN apk update && apk add --no-cache git
4
COPY . .
Dockerfile.local
@@ -1,5 +1,5 @@
# Use the correct Go version
-FROM golang:1.24.1-alpine3.20
+FROM golang:1.24.2-alpine3.20
RUN apk --no-cache add curl
5
# Install the air binary so we get live code-reloading when we save files
0 commit comments