Skip to content

Commit 6445a27

Browse files
committed
upgrade pygeoapi version to stable 0.16.1
1 parent efb7cd3 commit 6445a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/pygeoapi/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export SERVICE_PATH_ADR="/${SERVICE_NAME_ADR}"
1212

1313
# Can be usually left as is, unless you want to run specific build and/or version.
1414
export DOCKER_IMAGE_NAME="geopython/pygeoapi"
15-
export DOCKER_IMAGE_VERSION="latest"
15+
export DOCKER_IMAGE_VERSION="0.16.1"
1616
# export DOCKER_IMAGE_VERSION="dev"
1717
export DOCKER_IMAGE="${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_VERSION}"
1818

0 commit comments

Comments
 (0)