Skip to content

Commit 4bce5ed

Browse files
committed
Switch from Alpine to Python-Alpine base image
1 parent 5d8af83 commit 4bce5ed

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

basic/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.23.2
1+
FROM python:3.13.11-alpine3.23
22

33
ARG TARGETARCH
44

@@ -17,7 +17,6 @@ ENV PIP_NO_COMPILE=1 \
1717
RUN chmod +x /bin/clean \
1818
&& mkdir "$PIP_CACHE_DIR" && chmod a+rwx "$PIP_CACHE_DIR" \
1919
&& apk add -u \
20-
python3 python3-dev py3-wheel py3-setuptools py3-pip \
2120
libffi-dev libpq-dev openssl-dev openssl ca-certificates tzdata \
2221
&& addgroup -g 10001 user \
2322
&& adduser -u 10000 -S -s /bin/sh -G user user \

docworker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.23.2
1+
FROM python:3.13.11-alpine3.23
22

33
ARG TARGETARCH
44

@@ -21,7 +21,6 @@ ENV PIP_NO_COMPILE=1 \
2121
RUN chmod +x /bin/clean \
2222
&& mkdir "$PIP_CACHE_DIR" && chmod a+rwx "$PIP_CACHE_DIR" \
2323
&& apk add -u \
24-
python3 python3-dev py3-wheel py3-setuptools py3-pip \
2524
libpq-dev libffi-dev openssl openssl-dev gettext ca-certificates tzdata \
2625
pango cairo cairo-gobject gdk-pixbuf dbus zopfli \
2726
xz tar gzip zip unzip lua lua-dev \

0 commit comments

Comments
 (0)