Skip to content

Commit 15bbbbf

Browse files
chore(deps): update alpine docker tag to v3.20
1 parent c781b72 commit 15bbbbf

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 @@ RUN rustup update 1.70 && rustup default 1.70
1010
RUN cd /src \
1111
&& cargo build --release
1212

13-
FROM alpine:3.18 as tool
13+
FROM alpine:3.20 as tool
1414

1515
COPY --from=base /src/target/release/pipeview /usr/local/bin
1616

0 commit comments

Comments
 (0)