Skip to content

Commit

Permalink
pin tpotinit to alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chn0m4g3 committed Feb 20, 2025
1 parent 26a2571 commit bdea4e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docker/tpotinit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.20
#
# Include dist
COPY dist/ /opt/tpot/
Expand Down Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion docker/tpotinit/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- $HOME/tpotce/.env
restart: "no"
stop_grace_period: 60s
image: "dtagdevsec/tpotinit:24.04"
image: "ghcr.io/telekom-security/tpotinit:24.04.1"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- $HOME/tpotce/data:/data
Expand Down

0 comments on commit bdea4e2

Please sign in to comment.