Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit aa03653

Browse files
Bump alpine from 3.15 to 3.19 (#78)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce7a70f commit aa03653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ RUN adduser --disabled-password --gecos "" appuser
100100
USER appuser
101101
ENV PATH="/app/bin:$PATH"
102102

103-
FROM alpine:3.15 AS ssl_runner
103+
FROM alpine:3.19 AS ssl_runner
104104
# Install SSL ca certificates
105105
RUN apk add --no-cache ca-certificates
106106
# Create user to be used in executable containers

0 commit comments

Comments
 (0)