Skip to content

Commit

Permalink
Merge pull request #63 from monday-consulting/62-fs-202411
Browse files Browse the repository at this point in the history
FS 2024.11
  • Loading branch information
renezoller authored Nov 5, 2024
2 parents 3e32abb + ba0f66a commit d4f043d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jdk17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG IMAGE_CREATED="2024-09-13T14:00:00CEST"
ARG IMAGE_VERSION="5.2.241009"
ARG IMAGE_VERSION_SHORT="2024.10"
ARG IMAGE_VERSION_INSTALL="3.0.10"
ARG IMAGE_CREATED="2024-10-17T16:00:00CEST"
ARG IMAGE_VERSION="5.2.241109"
ARG IMAGE_VERSION_SHORT="2024.11"
ARG IMAGE_VERSION_INSTALL="3.0.11"

ARG FS_DOWNLOAD_SERVER
ARG FS_DOWNLOAD_SERVER_USERNAME
Expand All @@ -11,7 +11,7 @@ ARG FS_BASE_DIRECTORY="/opt/firstspirit5"
ARG FS_INSTALL_DIRECTORY="/install/firstspirit5"
ARG FS_DEBUG_PORT="*:8585"

FROM docker.io/ubuntu:noble@sha256:dfc10878be8d8fc9c61cbff33166cb1d1fe44391539243703c72766894fa834a AS install
FROM docker.io/ubuntu:noble@sha256:d4f6f70979d0758d7a6f81e34a61195677f4f4fa576eaf808b79f17499fd93d1 AS install
# Reuse the global variables
ARG IMAGE_VERSION
ARG IMAGE_VERSION_INSTALL
Expand All @@ -34,7 +34,7 @@ RUN curl -Sf -u "${FS_DOWNLOAD_SERVER_USERNAME}:${FS_DOWNLOAD_SERVER_PASSWORD}"
echo "${IMAGE_VERSION}" >> /tmp/firstspirit5/.version


FROM docker.io/eclipse-temurin:17-noble@sha256:9cf6a3ddf658fd87970dbaa1192fc23af49a025c8206315c458b3e40ae2707f0 AS jdk
FROM docker.io/eclipse-temurin:17-noble@sha256:bbecb3fa3c8152f05dbdeb4a88900241b2441d373c0671df98c6c56307c646bf AS jdk

ENV LANG="de_DE.UTF-8" \
LANGUAGE="de_DE.UTF-8"
Expand Down

0 comments on commit d4f043d

Please sign in to comment.