Skip to content

Commit b035892

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

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.0
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.0
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.0
22

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

0 commit comments

Comments
 (0)