Skip to content

Commit 2df3979

Browse files
committed
chore(DM01-5933): Upgrade InfraBox job container Docker Version
1 parent a2d5aa0 commit 2df3979

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/job/Dockerfile

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

33
ENV CLOUD_SDK_VERSION 380.0.0
44
ENV PATH /google-cloud-sdk/bin:$PATH
@@ -13,8 +13,7 @@ RUN apk add --no-cache \
1313
python3-dev \
1414
py3-jwt \
1515
py3-pip \
16-
py-requests \
17-
py-crcmod \
16+
py3-requests \
1817
g++ \
1918
pv \
2019
snappy-dev \
@@ -27,7 +26,7 @@ RUN apk add --no-cache \
2726
bash \
2827
libc6-compat \
2928
git && \
30-
pip3 install pynacl docker awscli pyyaml && \
29+
pip3 install pynacl docker awscli pyyaml crcmod && \
3130
pip3 install future python-snappy six
3231
## Install openssh 8.3
3332
RUN sed -i 's/v3.15/v3.12/g' /etc/apk/repositories && \

0 commit comments

Comments
 (0)