Skip to content

Commit

Permalink
Merge pull request #141 from deegree/fix/updatedDockerVersionTo1.3.3
Browse files Browse the repository at this point in the history
Post release bumped docker to v1.3.3
  • Loading branch information
tfr42 authored Dec 30, 2024
2 parents 1cfb887 + 74f202f commit 3cd3e2a
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 @@ -25,4 +25,4 @@ jobs:
context: ./docker/1.3
platforms: linux/amd64,linux/arm64
push: true
tags: deegree/deegree-ogcapi:1.3,deegree/deegree-ogcapi:1.3.2,deegree/deegree-ogcapi:latest
tags: deegree/deegree-ogcapi:1.3,deegree/deegree-ogcapi:1.3.3,deegree/deegree-ogcapi:latest
4 changes: 2 additions & 2 deletions docker/1.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# under LGPL 2.1 (LICENSE.TXT) Copyright 2020 Torsten Friebe <tfr@users.sourceforge.net>
FROM tomcat:9-jdk11

ENV LANG en_US.UTF-8
ENV LANG=en_US.UTF-8

# add build info labels that can be set on build
# see also https://github.com/opencontainers/image-spec/blob/master/annotations.md
Expand All @@ -15,7 +15,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \
LABEL maintainer="deegree TMC <tmc@deegree.org>"

# set deegree OAF version
ENV DEEGREE_OAF_VERSION=1.3.2
ENV DEEGREE_OAF_VERSION=1.3.3

# tomcat port
EXPOSE 8080
Expand Down

0 comments on commit 3cd3e2a

Please # to comment.