Skip to content

Commit 2956073

Browse files
authored
Merge pull request #657 from RustScan/dependabot/docker/alpine-3.20.3
Bump alpine from 3.20.2 to 3.20.3
2 parents e3bd50c + 2c55f1a commit 2956073

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
@@ -10,7 +10,7 @@ COPY src/ src/
1010
RUN cargo build --release
1111

1212
# Release Stage
13-
FROM alpine:3.20.2 as release
13+
FROM alpine:3.20.3 as release
1414
LABEL author="Hydragyrum <https://github.com/Hydragyrum>"
1515
LABEL author="LeoFVO <https://github.com/LeoFVO>"
1616

0 commit comments

Comments
 (0)