Skip to content

Commit 2efcbed

Browse files
Bump alpine from 3.21.0 to 3.21.2 in /clotributor-tracker
Bumps alpine from 3.21.0 to 3.21.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cff7518 commit 2efcbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clotributor-tracker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /clotributor/clotributor-tracker
1010
RUN cargo build --release
1111

1212
# Final stage
13-
FROM alpine:3.21.0
13+
FROM alpine:3.21.2
1414
RUN apk --no-cache add ca-certificates && addgroup -S clotributor && adduser -S clotributor -G clotributor
1515
USER clotributor
1616
WORKDIR /home/clotributor

0 commit comments

Comments
 (0)