Skip to content

Commit 6f59874

Browse files
authored
Merge pull request #21 from skip-pay/bump-docker-image
Bump docker image to version 28
2 parents c1c59c0 + 8bcc9b8 commit 6f59874

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

docker/Dockerfile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:23-dind
1+
FROM docker:28-dind
22

33
ARG VERSION
44
ENV DOCKER_TAG=${VERSION}
@@ -20,14 +20,10 @@ RUN apk update && \
2020
python3 \
2121
python3-dev
2222

23-
RUN pip install --upgrade \
24-
pip \
25-
setuptools
26-
27-
RUN pip install --upgrade \
23+
RUN pip install --upgrade --break-system-packages --no-cache \
2824
awscli \
2925
"datadog==0.35.0" \
3026
"pyjwt>=1.6.0" \
31-
"https://github.com/skip-pay/developers-chamber/tarball/${DOCKER_TAG}"
27+
"https://github.com/skip-pay/developers-chamber/archive/refs/tags/${DOCKER_TAG}.tar.gz"
3228

3329
ENTRYPOINT ["bash", "-c"]

0 commit comments

Comments
 (0)