Skip to content

Commit

Permalink
new tak.gov release
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Apr 21, 2024
1 parent 86dc02e commit 7e4c7b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# So work around like this #
########################################################################
ARG TEMURIN_VERSION="17"
ARG TAK_RELEASE="5.1-RELEASE-8"
ARG TAK_RELEASE="5.1-RELEASE-11"
FROM pvarki/tak-server-dist:$TAK_RELEASE as tak-files
RUN mv /zips/takserver-docker-*.zip /tmp/takserver.zip

Expand Down
4 changes: 2 additions & 2 deletions build_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ services:
TAK_RELEASE: "69"

v510:
image: pvarki/tak-server-dist:5.1-RELEASE-8
image: pvarki/tak-server-dist:5.1-RELEASE-11
build:
context: .
dockerfile: Dockerfile_build
target: takgov_files
args:
TAK_VERSION: "5.1"
TAK_RELEASE: "8"
TAK_RELEASE: "11"
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'

x-takbuilds: &takbuildinfo
image: &takimg "pvarki/takserver:${TAK_RELEASE:-5.1-RELEASE-8}${DOCKER_TAG_EXTRA:-}"
image: &takimg "pvarki/takserver:${TAK_RELEASE:-5.1-RELEASE-11}${DOCKER_TAG_EXTRA:-}"
build:
context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit 7e4c7b6

Please sign in to comment.