mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
pin tpotinit to alpine 3.20
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM alpine:edge
|
||||
FROM alpine:3.20
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /opt/tpot/
|
||||
@ -26,9 +26,8 @@ RUN apk --no-cache -U upgrade && \
|
||||
openssl \
|
||||
pigz \
|
||||
tar \
|
||||
uuidgen && \
|
||||
apk --no-cache -U add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
|
||||
yq && \
|
||||
uuidgen \
|
||||
yq-go && \
|
||||
#
|
||||
# Setup user, logrotate permissions
|
||||
addgroup -g 2000 tpot && \
|
||||
|
Reference in New Issue
Block a user