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 eabfafd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion build_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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
Expand Down
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 eabfafd

Please sign in to comment.