Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit 348bd1d

Browse files
Merge pull request #330 from typescript-tools/renovate/alpine-3.x
chore(deps): update alpine docker tag to v3.17.3
2 parents 39afde1 + bc55fbf commit 348bd1d

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
@@ -18,5 +18,5 @@ COPY ./src ./src
1818
RUN rm -f ./target/x86_64-unknown-linux-musl/release/deps/monorepo* && \
1919
cargo build --release --target x86_64-unknown-linux-musl
2020

21-
from alpine:3.17.2@sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517
21+
from alpine:3.17.3@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
2222
COPY --from=build-image /rust-implementation/target/x86_64-unknown-linux-musl/release/monorepo /usr/bin/monorepo

0 commit comments

Comments
 (0)