Skip to content

Commit 1fba048

Browse files
authored
Merge pull request #2222 from Permify/dependabot/docker/golang-1.24.3-alpine3.20
build(deps): bump golang from 1.24.2-alpine3.20 to 1.24.3-alpine3.20
2 parents 7ae15fc + a81f0b4 commit 1fba048

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.2-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 as permify-builder
1+
FROM golang:1.24.3-alpine3.20@sha256:9f98e9893fbc798c710f3432baa1e0ac6127799127c3101d2c263c3a954f0abe 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.2-alpine3.20
2+
FROM golang:1.24.3-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)