We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d5aa0 commit 2df3979Copy full SHA for 2df3979
1 file changed
src/job/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker:20.10.14-dind
+FROM docker:23.0-dind
2
3
ENV CLOUD_SDK_VERSION 380.0.0
4
ENV PATH /google-cloud-sdk/bin:$PATH
@@ -13,8 +13,7 @@ RUN apk add --no-cache \
13
python3-dev \
14
py3-jwt \
15
py3-pip \
16
- py-requests \
17
- py-crcmod \
+ py3-requests \
18
g++ \
19
pv \
20
snappy-dev \
@@ -27,7 +26,7 @@ RUN apk add --no-cache \
27
26
bash \
28
libc6-compat \
29
git && \
30
- pip3 install pynacl docker awscli pyyaml && \
+ pip3 install pynacl docker awscli pyyaml crcmod && \
31
pip3 install future python-snappy six
32
## Install openssh 8.3
33
RUN sed -i 's/v3.15/v3.12/g' /etc/apk/repositories && \
0 commit comments