Skip to content

Commit

Permalink
Revert "fix: docker/development/Dockerfile to reduce vulnerabilities (#…
Browse files Browse the repository at this point in the history
…16855)"

This reverts commit 2d23a1a.
  • Loading branch information
harshach committed Aug 2, 2024
1 parent f41eea2 commit e11bee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/development/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

COPY openmetadata-dist/target/openmetadata-*.tar.gz /

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

# Final stage
FROM alpine:3
FROM alpine:3.19

EXPOSE 8585

Expand Down

0 comments on commit e11bee9

Please sign in to comment.