Skip to content

Commit

Permalink
Merge pull request #131 from deegree/postrelease_1.3.1-71
Browse files Browse the repository at this point in the history
Post release bumped docker to v1.3.1
  • Loading branch information
tfr42 authored Sep 11, 2024
2 parents 78f1fa4 + 90f8943 commit 31af75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
context: ./docker/1.3
platforms: linux/amd64,linux/arm64
push: true
tags: deegree/deegree-ogcapi:1.3,deegree/deegree-ogcapi:1.3.0,deegree/deegree-ogcapi:latest
tags: deegree/deegree-ogcapi:1.3,deegree/deegree-ogcapi:1.3.1,deegree/deegree-ogcapi:latest
2 changes: 1 addition & 1 deletion docker/1.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \
LABEL maintainer="deegree TMC <[email protected]>"

# set deegree OAF version
ENV DEEGREE_OAF_VERSION=1.3.0
ENV DEEGREE_OAF_VERSION=1.3.1

# tomcat port
EXPOSE 8080
Expand Down

0 comments on commit 31af75d

Please sign in to comment.