Skip to content

Commit 9721a52

Browse files
authored
Update Dockerfile
1 parent f53756c commit 9721a52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19.0
1+
FROM alpine:latest
22

33
RUN apk add --no-cache \
44
ca-certificates \
@@ -7,7 +7,8 @@ RUN apk add --no-cache \
77
py3-yaml \
88
py3-jsonpatch \
99
curl \
10-
openssl
10+
openssl \
11+
helm
1112

1213
RUN curl -sL https://talos.dev/install | sh
1314

0 commit comments

Comments
 (0)