Skip to content

Commit

Permalink
Merge pull request #6 from semji/upgrade-runner
Browse files Browse the repository at this point in the history
upgrade runner to latest docker version
  • Loading branch information
srogier authored Nov 3, 2023
2 parents 203aaae + ebfefc9 commit 82d511d
Showing 1 changed file with 1 addition and 3 deletions.
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

0 comments on commit 82d511d

Please sign in to comment.