Skip to content

Commit 82b615c

Browse files
build(deps): bump golang from 1.24.1-alpine3.20 to 1.24.2-alpine3.20
Bumps golang from 1.24.1-alpine3.20 to 1.24.2-alpine3.20. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.2-alpine3.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4695a22 commit 82b615c

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)