Skip to content

Commit

Permalink
Merge pull request #1098 from Permify/dependabot/docker/golang-1.22-a…
Browse files Browse the repository at this point in the history
…lpine

build(deps): bump golang from 1.21-alpine to 1.22-alpine
  • Loading branch information
tolgaOzen committed Mar 7, 2024
2 parents 125fb85 + 8c98391 commit bc7837b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# Step 1: Builder
FROM golang:1.21-alpine3.18@sha256:d8b99943fb0587b79658af03d4d4e8b57769b21dcf08a8401352a9f2a7228754 as permify-builder
FROM golang:1.22-alpine3.18@sha256:2745a45f77ae2e7be569934fa9a111f067d04c767f54577e251d9b101250e46b as permify-builder
WORKDIR /go/src/app
RUN apk update && apk add --no-cache git
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine
FROM golang:1.22-alpine

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

0 comments on commit bc7837b

Please sign in to comment.