Skip to content

Commit

Permalink
update alpine version in dependency image (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata authored Dec 17, 2024
1 parent 3161dfe commit 4389537
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion actinia-alpine/Dockerfile_alpine_dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21

ENV ACTINIA_BUILD_PACKAGES="\
gcc \
Expand Down Expand Up @@ -94,6 +94,9 @@ ENV GOOGLE_CLOUD_BIGQUERY_PACKAGES="\
ENV ACTINIA_RUNTIME_PACKAGES="\
coreutils \
rsync \
py3-shapely \
py3-rasterio \
py3-scikit-learn \
zip \
"

Expand Down

0 comments on commit 4389537

Please sign in to comment.