Skip to content

Commit 9c50200

Browse files
deps: update alpine docker tag to v3.21 (#817)
1 parent dedc259 commit 9c50200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20
1+
FROM alpine:3.21
22
RUN apk add --no-cache ca-certificates bash
33
COPY hcloud-cloud-controller-manager /bin/hcloud-cloud-controller-manager
44
ENTRYPOINT ["/bin/hcloud-cloud-controller-manager"]

dev/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG SKAFFOLD_GO_GCFLAGS
1414
ENV GOCACHE=/cache
1515
RUN --mount=type=cache,target="/cache" go build -gcflags="$SKAFFOLD_GO_GCFLAGS" -o hcloud-cloud-controller-manager.bin github.com/hetznercloud/hcloud-cloud-controller-manager
1616

17-
FROM alpine:3.20
17+
FROM alpine:3.21
1818

1919
RUN apk add --no-cache \
2020
bash \

0 commit comments

Comments
 (0)