Skip to content

Commit ec5efc9

Browse files
build(deps): bump alpine from 3.22.1 to 3.23.2
Bumps alpine from 3.22.1 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 cf3f09f commit ec5efc9

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
@@ -7,7 +7,7 @@ WORKDIR /workspace
77
COPY . ./
88
RUN make build VERSION=${VERSION} GIT_COMMIT=${GIT_COMMIT}
99

10-
FROM alpine:3.22.1
10+
FROM alpine:3.23.2
1111

1212
WORKDIR /usr/bin/
1313

0 commit comments

Comments
 (0)