This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.22.2
|
||||
|
||||
ARG USER="user"
|
||||
|
||||
RUN apk add --no-cache kubectl gpg gpg-agent bash && \
|
||||
RUN apk add --no-cache kubectl gpg gpg-agent bash curl helm && \
|
||||
addgroup $USER && \
|
||||
adduser -G $USER -D $USER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user