Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:20.10
FROM docker:24.0

RUN apk add --update \
alpine-sdk \
Expand All @@ -17,8 +17,6 @@ RUN apk add --update \

RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing aufs-util

RUN pip install docker-compose

RUN pip install awscli

RUN mkdir -p ~/.ssh/
Expand Down