Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent dba52ef commit f37eecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN rustup update 1.70 && rustup default 1.70
RUN cd /src \
&& cargo build --release

FROM alpine:3.18 as tool
FROM alpine:3.20 as tool

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

Expand Down

0 comments on commit f37eecc

Please sign in to comment.