Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Update apk package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed May 11, 2023
1 parent cbde6a1 commit 1673151
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .batect/release-env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.18.0@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11

RUN apk --no-cache add \
bash==5.2.15-r0 \
git==2.38.5-r0
bash==5.2.15-r3 \
git==2.40.1-r0
10 changes: 5 additions & 5 deletions .batect/test-env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:3.18.0@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11

RUN apk --no-cache add \
bash==5.2.15-r0 \
zsh==5.9-r0 \
python3==3.10.11-r0 \
py3-pip==22.3.1-r1 \
util-linux==2.38.1-r1 # For uuidgen
bash==5.2.15-r3 \
zsh==5.9-r2 \
python3==3.11.3-r11 \
py3-pip==23.1.2-r0 \
util-linux==2.38.1-r7 # For uuidgen

COPY requirements.txt /tmp/requirements.txt
RUN pip3 install --no-cache-dir -r /tmp/requirements.txt && rm /tmp/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .batect/yamllint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.18.0@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11

RUN apk add --no-cache yamllint=1.28.0-r0
RUN apk add --no-cache yamllint=1.31.0-r0

COPY bundle-default.yml /root/.config/yamllint/config
2 changes: 1 addition & 1 deletion .batect/yapf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.18.0@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11

RUN apk add --no-cache py3-pip=22.3.1-r1 \
RUN apk add --no-cache py3-pip=23.1.2-r0 \
&& pip install --no-cache-dir yapf==0.33.0

COPY style.yapf /root/.config/yapf/style

0 comments on commit 1673151

Please sign in to comment.