Skip to content

Commit

Permalink
fix: docker/docker-compose-quickstart/Dockerfile to reduce vulnerabil…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jun 18, 2024
1 parent bcbc2c0 commit cd207b6
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.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"

Expand All @@ -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
Expand Down

0 comments on commit cd207b6

Please sign in to comment.