We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd19395 commit 074fe7dCopy full SHA for 074fe7d
2 files changed
docker/geoserver_data/Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:latest
2
-ARG GEOSERVER_VERSION=2.24.5
+ARG GEOSERVER_VERSION=2.24.x
3
LABEL GeoNode development team
4
5
# Install curl in alpine 3.3+
docker/geoserver_data/docker-compose.yml
@@ -3,7 +3,7 @@ version: '2'
services:
data_dir_conf:
build: .
6
- image: geonode/geoserver_data:2.24.5
+ image: geonode/geoserver_data:2.24.x
7
container_name: geoserver_data_dir
8
command: /bin/true
9
volumes:
0 commit comments