We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1c59c0 + 8bcc9b8 commit 6f59874Copy full SHA for 6f59874
1 file changed
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker:23-dind
+FROM docker:28-dind
2
3
ARG VERSION
4
ENV DOCKER_TAG=${VERSION}
@@ -20,14 +20,10 @@ RUN apk update && \
20
python3 \
21
python3-dev
22
23
-RUN pip install --upgrade \
24
- pip \
25
- setuptools
26
-
27
+RUN pip install --upgrade --break-system-packages --no-cache \
28
awscli \
29
"datadog==0.35.0" \
30
"pyjwt>=1.6.0" \
31
- "https://github.com/skip-pay/developers-chamber/tarball/${DOCKER_TAG}"
+ "https://github.com/skip-pay/developers-chamber/archive/refs/tags/${DOCKER_TAG}.tar.gz"
32
33
ENTRYPOINT ["bash", "-c"]
0 commit comments