Skip to content

Commit fa92f0c

Browse files
chore(deps): bump alpine from 3.22.2 to 3.23.2
Bumps alpine from 3.22.2 to 3.23.2. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93e84dd commit fa92f0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22.2
1+
FROM alpine:3.23.2
22

33
RUN apk update
44
RUN apk add --no-cache git

Dockerfile.bitbucket

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22.2
1+
FROM alpine:3.23.2
22

33
RUN apk update
44
RUN apk add --no-cache git

Dockerfile.github

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22.2
1+
FROM alpine:3.23.2
22

33
RUN apk update
44
RUN apk add --no-cache git

0 commit comments

Comments
 (0)