Skip to content

Commit

Permalink
Update npm build environment docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Dec 21, 2022
1 parent 07a1ee4 commit 70c5235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG version

# --- build web ui (js bundles)
FROM registry.gitlab.com/clarin-eric/docker-alpine-clrs-build_env:2.3.0 AS webui_builder
FROM registry.gitlab.com/clarin-eric/docker-alpine-clrs-build_env:2.3.1 AS webui_builder

# create final location for bundle files
WORKDIR /build/backend/src/main/resources/webui
Expand Down

0 comments on commit 70c5235

Please sign in to comment.