Skip to content

Commit

Permalink
Update docker build images
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 21, 2022
1 parent c9179ce commit 001ccca
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:openjdk11-2.1.0-rc3 AS backend_builder
FROM registry.gitlab.com/clarin-eric/docker-alpine-supervisor-java-base:openjdk11-2.1.0 AS backend_builder

ARG version
ARG MAVEN_VERSION=3.6.3-r1
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:openjdk11-2.1.0-rc3
FROM registry.gitlab.com/clarin-eric/docker-alpine-supervisor-java-base:openjdk11-2.1.0

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

Expand Down

0 comments on commit 001ccca

Please sign in to comment.