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

This reverts commit 390e731eb42e8b1757cefd0b302d20bc83e049a9.
This commit is contained in:
Akash Jain 2024-01-29 11:14:20 +05:30 committed by GitHub
parent 373cafcda2
commit dcc87394ee
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 AS build
FROM alpine:3.18 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
FROM alpine:3.18
ARG RI_VERSION="1.3.0-SNAPSHOT"
ARG BUILD_DATE
ARG COMMIT_ID