Skip to content

Commit 338d91c

Browse files
Bump alpine from 3.20.2 to 3.20.3
Bumps alpine from 3.20.2 to 3.20.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6f04c5 commit 338d91c

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)