mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-13 00:22:23 +00:00
fix: docker/docker-compose-quickstart/Dockerfile to reduce vulnerabilities (#16857)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
parent
bf560f2b2b
commit
f5f9843c15
@ -10,7 +10,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
# Build stage
|
||||
FROM alpine:3.19 AS build
|
||||
FROM alpine:3 AS build
|
||||
ARG RI_VERSION="1.5.0-SNAPSHOT"
|
||||
ENV RELEASE_URL="https://github.com/open-metadata/OpenMetadata/releases/download/${RI_VERSION}-release/openmetadata-${RI_VERSION}.tar.gz"
|
||||
|
||||
@ -20,7 +20,7 @@ RUN mkdir -p /opt/openmetadata && \
|
||||
rm openmetadata-*.tar.gz
|
||||
|
||||
# Final stage
|
||||
FROM alpine:3.19
|
||||
FROM alpine:3
|
||||
ARG RI_VERSION="1.5.0-SNAPSHOT"
|
||||
ARG BUILD_DATE
|
||||
ARG COMMIT_ID
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user