We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ae15fc + a81f0b4 commit 1fba048Copy full SHA for 1fba048
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24.2-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 as permify-builder
+FROM golang:1.24.3-alpine3.20@sha256:9f98e9893fbc798c710f3432baa1e0ac6127799127c3101d2c263c3a954f0abe 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.2-alpine3.20
+FROM golang:1.24.3-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