Skip to content

Commit

Permalink
docker/: update Alpine to 3.19 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 8, 2023
1 parent 849226c commit ffd100b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ best of our knowledge and not guaranteed. Users should check by themselves.
# Alpine based

Alpine version:
* 3.19 for GDAL 3.9
* 3.18 for GDAL 3.8
* 3.17 for GDAL 3.7
* 3.16 for GDAL 3.6
Expand Down
2 changes: 1 addition & 1 deletion docker/alpine-normal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Public domain
# or licensed under MIT (LICENSE.TXT) Copyright 2019 Even Rouault <[email protected]>

ARG ALPINE_VERSION=3.18
ARG ALPINE_VERSION=3.19
FROM alpine:${ALPINE_VERSION} as builder

# Derived from osgeo/proj by Howard Butler <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion docker/alpine-small/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Public domain
# or licensed under MIT (LICENSE.TXT) Copyright 2019 Even Rouault <[email protected]>

ARG ALPINE_VERSION=3.18
ARG ALPINE_VERSION=3.19
FROM alpine:${ALPINE_VERSION} as builder

# Derived from osgeo/proj by Howard Butler <[email protected]>
Expand Down

0 comments on commit ffd100b

Please sign in to comment.