Skip to content

Commit b3c6376

Browse files
chore(deps): update alpine docker tag to v3.23.0 (#396)
* chore(deps): update alpine docker tag to v3.23.0 * BUILD: WORKING COMMIT - DELETE --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: DeveloperC <[email protected]>
1 parent f8681c2 commit b3c6376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM alpine:3.22.2@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
1+
FROM alpine:3.23.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
22

33
RUN apk add --no-cache \
4-
git=2.49.1-r0 && \
4+
git=2.52.0-r0 && \
55
git config --system --add safe.directory '*'
66

77
ARG TARGET

0 commit comments

Comments
 (0)