Skip to content

Commit f41345a

Browse files
Merge pull request #2011 from kristof-mattei/renovate/alpine-3.x
chore(deps): update alpine docker tag to v3.22.1
2 parents 55aaac9 + 0c3e584 commit f41345a

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
@@ -66,7 +66,7 @@ RUN --mount=type=cache,target=/build/target,sharing=locked \
6666
/build-scripts/build.sh install --path . --locked --target ${TARGET} --root /output
6767

6868
# Container user setup
69-
FROM --platform=${BUILDPLATFORM} alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 AS passwd-build
69+
FROM --platform=${BUILDPLATFORM} alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 AS passwd-build
7070

7171
# setting `--system` prevents prompting for a password
7272
RUN addgroup --gid 900 appgroup \

0 commit comments

Comments
 (0)