Skip to content

Commit 33fd718

Browse files
Bump alpine from 3.21.0 to 3.21.1 (#119)
Bumps alpine from 3.21.0 to 3.21.1. --- updated-dependencies: - dependency-name: alpine 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 6702692 commit 33fd718

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
@@ -18,7 +18,7 @@ COPY . .
1818
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="-w -s" -o /opt/hashicorp-vault-proxy
1919

2020
# alpine
21-
FROM alpine:3.21.0
21+
FROM alpine:3.21.1
2222
RUN apk update \
2323
&& apk add --no-cache \
2424
tzdata \

0 commit comments

Comments
 (0)