mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-10 06:55:40 +00:00
chore(docker)(deps): bump alpine (#728)
Bumps the docker-minor-and-patch group with 1 update in the / directory: alpine. Updates `alpine` from 3.23 to 3.24 --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ RUN CGO_ENABLED=0 go build \
|
||||
-o pad ./cmd/pad
|
||||
|
||||
# Stage 3: Runtime
|
||||
FROM alpine:3.23
|
||||
FROM alpine:3.24
|
||||
# ca-certificates: TLS roots for outbound HTTPS (e.g. Maileroo email).
|
||||
# tzdata: timezone names for Go's time package.
|
||||
# shadow: provides usermod / groupmod (BusyBox's adduser/addgroup don't
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.23
|
||||
FROM alpine:3.24
|
||||
# Keep this package set in lockstep with Dockerfile (the local build
|
||||
# variant) — both images must support the same docker-entrypoint.sh
|
||||
# behavior. See Dockerfile for per-package rationale and TASK-1168 /
|
||||
|
||||
Reference in New Issue
Block a user