Skip to content

Commit

Permalink
Update to Alpine 3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Jan 7, 2024
1 parent 13ce8cf commit 3f989d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 3.11-basic/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.4
FROM alpine:3.19.0

ARG TARGETARCH

Expand All @@ -20,7 +20,7 @@ RUN chmod +x /bin/clean \
&& apk add python3 python3-dev libffi-dev libpq-dev openssl-dev \
&& ln -s /usr/bin/pip3 /usr/bin/pip \
&& python3 -m ensurepip --upgrade \
&& pip install -U pip setuptools wheel \
&& pip install -U setuptools wheel \
&& addgroup -g 10001 user \
&& adduser -u 10000 -S -s /bin/sh -G user user \
&& echo "user:password" | chpasswd 2>/dev/null \
Expand Down
4 changes: 2 additions & 2 deletions 3.11-docworker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.4
FROM alpine:3.19.0

ARG TARGETARCH

Expand Down Expand Up @@ -27,7 +27,7 @@ RUN chmod +x /bin/clean \
&& fc-cache -f \
&& ln -s /usr/bin/pip3 /usr/bin/pip \
&& python3 -m ensurepip --upgrade \
&& pip install -U pip setuptools wheel \
&& pip install -U setuptools wheel \
&& addgroup -g 10001 user \
&& adduser -u 10000 -S -s /bin/sh -G user user \
&& echo "user:password" | chpasswd 2>/dev/null \
Expand Down

0 comments on commit 3f989d4

Please sign in to comment.