Skip to content

Commit d30612d

Browse files
build: bump alpine from 3.22.0 to 3.22.1
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>
1 parent 941b54d commit d30612d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN set -eu; \
2626
go build -ldflags "-X main.buildVersion=${FOREGO_VERSION}" -o forego .; \
2727
go clean -cache
2828

29-
FROM alpine:3.22.0
29+
FROM alpine:3.22.1
3030

3131
ARG FOREGO_VERSION
3232
ENV FOREGO_VERSION=${FOREGO_VERSION}

0 commit comments

Comments
 (0)