mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-05 04:56:54 +00:00
fix: docker/development/Dockerfile to reduce vulnerabilities (#12657)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
parent
b007b5e210
commit
04777121a0
@ -10,7 +10,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
# Build stage
|
||||
FROM alpine:3.15 AS build
|
||||
FROM alpine:3.16 AS build
|
||||
|
||||
COPY openmetadata-dist/target/openmetadata-*.tar.gz /
|
||||
|
||||
@ -19,7 +19,7 @@ RUN mkdir -p /opt/openmetadata && \
|
||||
rm openmetadata-*.tar.gz
|
||||
|
||||
# Final stage
|
||||
FROM alpine:3.15
|
||||
FROM alpine:3.16
|
||||
|
||||
EXPOSE 8585
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user