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:
Sriharsha Chintalapani 2024-07-31 08:56:09 -07:00 committed by GitHub
parent bf560f2b2b
commit f5f9843c15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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