Skip to content

Commit 5b89ac6

Browse files
dependabot[bot]ahmadnassri
authored andcommitted
build(deps): bump alpine from 3.18 to 3.19
Bumps alpine from 3.18 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>
1 parent 542658b commit 5b89ac6

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
@@ -1,6 +1,6 @@
11
# --- base stage --- #
22

3-
FROM alpine:3.18 AS base
3+
FROM alpine:3.19 AS base
44

55
# hadolint ignore=DL3018
66
RUN apk add --no-cache --update \

0 commit comments

Comments
 (0)