Skip to content

Commit

Permalink
Update docker-alpine-supervisor-java-base image to openjdk17_jre-1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Nov 6, 2023
1 parent 952abc8 commit a27b79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY ./webui/src ./webui/src
RUN make dependencies && make build-webui-production

# --- build java code with maven
FROM registry.gitlab.com/clarin-eric/docker-alpine-supervisor-java-base:openjdk17_jre-1.3.9 AS backend_builder
FROM registry.gitlab.com/clarin-eric/docker-alpine-supervisor-java-base:openjdk17_jre-1.3.10 AS backend_builder

ARG version
ARG MAVEN_VERSION=3.9.2-r0
Expand All @@ -41,7 +41,7 @@ RUN mvn -q clean package
###############################################################################

# now setup running environment
FROM registry.gitlab.com/clarin-eric/docker-alpine-supervisor-java-base:openjdk17_jre-1.3.9
FROM registry.gitlab.com/clarin-eric/docker-alpine-supervisor-java-base:openjdk17_jre-1.3.10

COPY --from=backend_builder /build/backend/target/appassembler /switchboard/

Expand Down

0 comments on commit a27b79d

Please sign in to comment.