Skip to content

Commit

Permalink
#71 switch to release version 1.3.0 for gh action building docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Aug 16, 2024
1 parent 783f4d4 commit eaa50bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-SNAPSHOT,deegree/deegree-ogcapi:latest
tags: deegree/deegree-ogcapi:1.3,deegree/deegree-ogcapi:1.3.0,deegree/deegree-ogcapi:latest
4 changes: 2 additions & 2 deletions docker/1.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is available under the following license:
# under LGPL 2.1 (LICENSE.TXT) Copyright 2020 Torsten Friebe <[email protected]>
FROM tomcat:9.0-jdk11-temurin-jammy
FROM tomcat:9-jdk11

ENV LANG en_US.UTF-8

Expand All @@ -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-SNAPSHOT
ENV DEEGREE_OAF_VERSION=1.3.0

# tomcat port
EXPOSE 8080
Expand Down

0 comments on commit eaa50bc

Please sign in to comment.