Skip to content

Commit 2ad0c6d

Browse files
Update alpine Docker tag to v3.22 (#232)
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.21 | 3.22 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f025f19 commit 2ad0c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.17
2-
ARG BUILD_OS=alpine:3.21
2+
ARG BUILD_OS=alpine:3.22
33
ARG OPENSSL_VERSION=3.0.9
44

55
FROM ${BUILD_OS} AS alpine

0 commit comments

Comments
 (0)