fix: docker/docker-compose-quickstart/Dockerfile to reduce vulnerabilities (#14862)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Sriharsha Chintalapani 2024-01-28 10:27:34 -08:00 committed by GitHub
parent bd09755fc0
commit 390e731eb4
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.18 AS build
FROM alpine:3 AS build
ARG RI_VERSION="1.3.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.18
FROM alpine:3
ARG RI_VERSION="1.3.0-SNAPSHOT"
ARG BUILD_DATE
ARG COMMIT_ID