mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fix: scripts/docker/buildpack-deps/Dockerfile.ubuntu2204.clang to reduce vulnerabilities (#1)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBRSVG-5808432 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBRSVG-5808432 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBRSVG-5808432 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBRSVG-5808432 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSH-5788093 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
parent
dcecf00e30
commit
0b0b136673
@ -21,7 +21,7 @@
|
||||
#
|
||||
# (c) 2016-2019 solidity contributors.
|
||||
#------------------------------------------------------------------------------
|
||||
FROM buildpack-deps:jammy AS base
|
||||
FROM buildpack-deps:22.04 AS base
|
||||
LABEL version="4"
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
Loading…
Reference in New Issue
Block a user