Skip to content

Commit

Permalink
Bump alpine from 3.15 to 3.19
Browse files Browse the repository at this point in the history
Bumps alpine from 3.15 to 3.19.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 8688504 commit 39c8066
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 39c8066

Please sign in to comment.