Skip to content

Commit 9f97bd7

Browse files
Bump alpine from 3.21.3 to 3.22.0 in /clomonitor-archiver
Bumps alpine from 3.21.3 to 3.22.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20afb4d commit 9f97bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clomonitor-archiver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /clomonitor/clomonitor-archiver
1414
RUN cargo build --release
1515

1616
# Final stage
17-
FROM alpine:3.21.3
17+
FROM alpine:3.22.0
1818
RUN apk --no-cache add ca-certificates git && addgroup -S clomonitor && adduser -S clomonitor -G clomonitor
1919
USER clomonitor
2020
WORKDIR /home/clomonitor

0 commit comments

Comments
 (0)