diff --git a/Dockerfile b/Dockerfile index 7ec1bee9b..ae475c6db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.2-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 as permify-builder +FROM golang:1.24.3-alpine3.20@sha256:9f98e9893fbc798c710f3432baa1e0ac6127799127c3101d2c263c3a954f0abe as permify-builder WORKDIR /go/src/app RUN apk update && apk add --no-cache git COPY . . diff --git a/Dockerfile.local b/Dockerfile.local index 28f4ff7ce..01021cd8f 100644 --- a/Dockerfile.local +++ b/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 # Install the air binary so we get live code-reloading when we save files