Skip to content

Commit 74d7ce5

Browse files
authored
Merge pull request #2197 from Permify/dependabot/docker/golang-1.24.2-alpine3.20
build(deps): bump golang from 1.24.1-alpine3.20 to 1.24.2-alpine3.20
2 parents cb416a0 + 82b615c commit 74d7ce5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.1-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 as permify-builder
1+
FROM golang:1.24.2-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 as permify-builder
22
WORKDIR /go/src/app
33
RUN apk update && apk add --no-cache git
44
COPY . .

Dockerfile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the correct Go version
2-
FROM golang:1.24.1-alpine3.20
2+
FROM golang:1.24.2-alpine3.20
33

44
RUN apk --no-cache add curl
55
# Install the air binary so we get live code-reloading when we save files

0 commit comments

Comments
 (0)