Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrr authored Jun 20, 2024
1 parent f53756c commit 9721a52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.0
FROM alpine:latest

RUN apk add --no-cache \
ca-certificates \
Expand All @@ -7,7 +7,8 @@ RUN apk add --no-cache \
py3-yaml \
py3-jsonpatch \
curl \
openssl
openssl \
helm

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

Expand Down

0 comments on commit 9721a52

Please sign in to comment.