Skip to content

Commit

Permalink
Merge pull request #1733 from authzed/dependabot/docker/golang-1.21.6…
Browse files Browse the repository at this point in the history
…-alpine3.18

Bump golang from 1.21.5-alpine3.18 to 1.21.6-alpine3.18
  • Loading branch information
josephschorr authored Feb 2, 2024
2 parents 584da1e + 9f69318 commit b754d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM golang:1.21.5-alpine3.18 AS spicedb-builder
FROM golang:1.21.6-alpine3.18 AS spicedb-builder
WORKDIR /go/src/app
RUN apk update && apk add --no-cache git
COPY . .
RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod CGO_ENABLED=0 go build -v ./cmd/...

FROM golang:1.21.5-alpine3.18 AS health-probe-builder
FROM golang:1.21.6-alpine3.18 AS health-probe-builder
WORKDIR /go/src/app
RUN apk update && apk add --no-cache git
RUN git clone https://github.com/grpc-ecosystem/grpc-health-probe.git
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: syntax=dockerfile
ARG BASE=cgr.dev/chainguard/static:latest

FROM golang:1.21.5-alpine3.18 AS health-probe-builder
FROM golang:1.21.6-alpine3.18 AS health-probe-builder
WORKDIR /go/src/app
RUN apk update && apk add --no-cache git
RUN git clone https://github.com/grpc-ecosystem/grpc-health-probe.git
Expand Down

0 comments on commit b754d83

Please sign in to comment.