mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 19:48:17 +00:00
Revert "fix: docker/docker-compose-quickstart/Dockerfile to reduce vulnerabilities (#14862)" (#14913)
This reverts commit 390e731eb42e8b1757cefd0b302d20bc83e049a9.
This commit is contained in:
parent
373cafcda2
commit
dcc87394ee
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user