mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-07 19:51:49 +02:00
fix: scm-packaging/docker/Dockerfile.alpine to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-6913411 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-7249236 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-7249265 Pushed-by: k8s-git-ops<admin@cloudogu.com> Co-authored-by: snyk-bot<snyk-bot@snyk.io>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#
|
||||
|
||||
# Create minimal java version
|
||||
FROM alpine:3.18.3 as jre-build
|
||||
FROM alpine:3.19.3 as jre-build
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache openjdk17-jdk openjdk17-jmods binutils \
|
||||
@@ -39,7 +39,7 @@ RUN set -x \
|
||||
# ---
|
||||
|
||||
# SCM-Manager runtime
|
||||
FROM alpine:3.18.3 as runtime
|
||||
FROM alpine:3.19.3 as runtime
|
||||
|
||||
ENV SCM_HOME /var/lib/scm
|
||||
ENV CACHE_DIR /var/cache/scm/work
|
||||
|
||||
Reference in New Issue
Block a user