Skip to content

Commit

Permalink
Use 5.0 distribution image when building
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Mar 28, 2024
1 parent 0c4f855 commit 65508e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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="4.10-RELEASE-50"
ARG TAK_RELEASE="5.0-RELEASE-69"
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 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:-4.10-RELEASE-12}${DOCKER_TAG_EXTRA:-}"
image: &takimg "pvarki/takserver:${TAK_RELEASE:-5.0-RELEASE-69}${DOCKER_TAG_EXTRA:-}"
build:
context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit 65508e7

Please sign in to comment.