Skip to content

Commit

Permalink
Revert "fix: docker/docker-compose-quickstart/Dockerfile to reduce vu…
Browse files Browse the repository at this point in the history
…lnerabilities (#16857)"

This reverts commit 7791ad3.
  • Loading branch information
harshach committed Aug 2, 2024
1 parent 98ef90d commit f41eea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose-quickstart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# limitations under the License.

# Build stage
FROM alpine:3 AS build
FROM alpine:3.19 AS build
ARG RI_VERSION="1.4.6"
ENV RELEASE_URL="https://github.com/open-metadata/OpenMetadata/releases/download/${RI_VERSION}-release/openmetadata-${RI_VERSION}.tar.gz"

Expand All @@ -20,7 +20,7 @@ RUN mkdir -p /opt/openmetadata && \
rm openmetadata-*.tar.gz

# Final stage
FROM alpine:3
FROM alpine:3.19
ARG RI_VERSION="1.4.6"
ARG BUILD_DATE
ARG COMMIT_ID
Expand Down

0 comments on commit f41eea2

Please sign in to comment.