Skip to content

Commit

Permalink
Merge pull request #17 from SAP/dependabot/docker/alpine-3.19
Browse files Browse the repository at this point in the history
Bump alpine from 3.15 to 3.19
  • Loading branch information
oliver-goetz authored Feb 21, 2024
2 parents cecc7dd + 39c8066 commit 66dc4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN mkdir /charts && /helm_bin/linux-amd64/helm init --client-only --stable-repo
# Executable container bases
# --------------------------

FROM alpine:3.15 AS ssl_runner
FROM alpine:3.19 AS ssl_runner
# Install SSL ca certificates
RUN apk add --no-cache ca-certificates
# Create user to be used in executable containers
Expand All @@ -79,7 +79,7 @@ RUN addgroup -g 65532 -S nonroot && adduser -u 65532 -S nonroot -G nonroot
# Set the uid as an integer for compatibility with runAsNonRoot in Kubernetes
USER 65532

FROM alpine:3.15 AS ssl_iptables_root_runner
FROM alpine:3.19 AS ssl_iptables_root_runner
# Install SSL ca certificates
RUN apk add --no-cache ca-certificates iptables

Expand Down

0 comments on commit 66dc4b8

Please sign in to comment.