Skip to content

Commit 1eaf5f3

Browse files
chore(docker)(deps): bump alpine from 3.21 to 3.23
Bumps alpine from 3.21 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7364407 commit 1eaf5f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
1414
-o /out/warpshift ./cmd/warpshift
1515

1616
# ---- Runtime Stage ----
17-
FROM alpine:3.21
17+
FROM alpine:3.23
1818

1919
RUN apk add --no-cache ca-certificates tzdata && \
2020
addgroup -S warpshift && \

0 commit comments

Comments
 (0)