Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
chore(deps): update alpine docker tag to v3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 30, 2023
1 parent 4aa178d commit 23e1c21
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 @@ -17,7 +17,7 @@ RUN curl -sSL https://github.com/jsonnet-bundler/jsonnet-bundler/archive/v${JSON
&& mv jsonnet-bundler-${JSONNET_BUNDLER_VERION} jsonnet-bundler \
&& cd jsonnet-bundler && make && make install

FROM alpine:3.12@sha256:cb64bbe7fa613666c234e1090e91427314ee18ec6420e9426cf4e7f314056813
FROM alpine:3.17@sha256:b6ca290b6b4cdcca5b3db3ffa338ee0285c11744b4a6abaa9627746ee3291d8d

RUN apk add --no-cache libstdc++

Expand Down

0 comments on commit 23e1c21

Please sign in to comment.