Skip to content

Commit

Permalink
chore(deps): update image golang to v1.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 323d0a7 commit 86bfeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

## Build stage
FROM golang:1.21.6-alpine@sha256:51a7800206bc7b276a9d62a7229cdede7b1e0f45ec28259ed44c1603c6cda1e7 as build
FROM golang:1.21.7-alpine@sha256:e58834043db119995804f038c5010059ebc42ed4a4cbe48ef0e9b3adf9a32885 as build

RUN apk --no-cache add ca-certificates tzdata
RUN addgroup --gid 65532 kani && \
Expand Down

0 comments on commit 86bfeac

Please sign in to comment.