Skip to content

Commit

Permalink
Merge pull request #697 from maxking/dependabot/docker/core/alpine-3.20
Browse files Browse the repository at this point in the history
Bump alpine from 3.19 to 3.20 in /core
  • Loading branch information
maxking authored Sep 20, 2024
2 parents 2db9e28 + 622e624 commit 6ea4da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.3
# Use 3.15 for Core since it has Python 3.9
FROM alpine:3.19
FROM alpine:3.20

# Add requirements file.
COPY requirements.txt /tmp/
Expand All @@ -15,7 +15,6 @@ RUN --mount=type=cache,target=/root/.cache \
&& apk add --no-cache bash su-exec postgresql-client mysql-client curl python3 py3-pip linux-headers py-cryptography mariadb-connector-c lynx tzdata \
&& python3 -m pip install --break-system-packages -U pip setuptools wheel \
&& python3 -m pip install --break-system-packages psycopg2 \
gunicorn==19.9.0 \
pymysql \
-r /tmp/requirements.txt \
'importlib-resources<6.0.0' \
Expand Down
3 changes: 1 addition & 2 deletions core/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.3
# Use 3.15 for Core since it has Python 3.9
FROM alpine:3.19
FROM alpine:3.20

# Set the commits that we are building.
ARG CORE_REF
Expand All @@ -18,7 +18,6 @@ RUN --mount=type=cache,target=/root/.cache \
&& python3 -m pip install --break-system-packages \
git+https://gitlab.com/mailman/mailman \
git+https://gitlab.com/mailman/mailman-hyperkitty \
gunicorn==19.9.0 \
&& apk del build-deps \
&& adduser -S mailman

Expand Down

0 comments on commit 6ea4da9

Please sign in to comment.