Skip to content

Commit 71f21aa

Browse files
Update Docker base image from alpine 3.12 to 3.17 (#484)
Alpine Linux v3.12 is end of life about months, the builder base image is alreayd Alpine v3.17, and Alpine v3.17 is the latest stable release with about 2 more years support, should be good to ugprade to it. Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org> Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
1 parent bcdb0df commit 71f21aa

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
@@ -8,7 +8,7 @@ COPY Cargo.toml Cargo.lock ./
88
COPY src/ src/
99
RUN cargo build --release
1010

11-
FROM alpine:3.12
11+
FROM alpine:3.17
1212
LABEL author="Hydragyrum <https://github.com/Hydragyrum>"
1313
LABEL author="LeoFVO <https://github.com/LeoFVO>"
1414
RUN addgroup -S rustscan && \

0 commit comments

Comments
 (0)