Skip to content

Commit dedb0de

Browse files
deps(docker): bump alpine from 3.22.0 to 3.22.1 (#482)
Bumps alpine from 3.22.0 to 3.22.1. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15222c0 commit dedb0de

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
@@ -24,7 +24,7 @@ RUN go mod download && \
2424

2525

2626
# get alpine container
27-
FROM alpine:3.22.0 AS app
27+
FROM alpine:3.22.1 AS app
2828

2929
# create workdir
3030
WORKDIR /opt/app

0 commit comments

Comments
 (0)