Skip to content

Commit

Permalink
base: update to Alpine 3.20.3.
Browse files Browse the repository at this point in the history
This updates the Alpine base image to use a newer stable branch. Among
general updates, we are interested in avoiding a GCC bug that's present
in 3.18 [1].

Due to the deprecation of distutils in the standard Python library [2],
it was necessary to add the setuptools package.

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
[2] https://peps.python.org/pep-0632/
  • Loading branch information
ericonr committed Oct 3, 2024
1 parent 44cd166 commit 408c031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DEBIAN_VERSION=11.9
ALPINE_VERSION=3.18.6
ALPINE_VERSION=3.20.3

EPICS7_BASE_VERSION=7.0.7
PVXS_VERSION=1.3.1
Expand Down
1 change: 1 addition & 0 deletions base/musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apk add --no-cache \
readline-static \
ncurses-static \
python3-dev \
py3-setuptools \
py3-numpy-dev

COPY lnls-get-n-unpack.sh /usr/local/bin/lnls-get-n-unpack
Expand Down

0 comments on commit 408c031

Please sign in to comment.