mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
fix: dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173
This commit is contained in:
@@ -22,7 +22,7 @@ RUN apt-get update -y \
|
||||
&& ./build-ext.sh /stacks-wallet-chromium.zip
|
||||
|
||||
|
||||
FROM alpine:3.15.3
|
||||
FROM alpine:3.16
|
||||
COPY --from=builder /stacks-wallet-chromium.zip .
|
||||
|
||||
# Wait for extension.zip to be copied into local
|
||||
|
||||
Reference in New Issue
Block a user