Skip to content

Commit

Permalink
chore(deps): update image golang to v1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent f4643a3 commit 107ef9c
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.5-alpine@sha256:4db4aac30880b978cae5445dd4a706215249ad4f43d28bd7cdf7906e9be8dd6b as build
FROM golang:1.21.6-alpine@sha256:29fd37e32a229819bf9eb230c4577eb95f18982abeec1b521ae881e6ef251457 as build

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

0 comments on commit 107ef9c

Please sign in to comment.