Skip to content

Commit

Permalink
docker image version changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcetinkaya committed Nov 19, 2024
1 parent 7f9112e commit afb1909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine as build-stage
FROM node:alpine3.18 as build-stage
ARG REACT_APP_BACKEND_URL
ARG REACT_APP_KEYCLOAK_URL
ARG REACT_APP_KEYCLOAK_REALM
Expand All @@ -10,7 +10,7 @@ ARG REACT_APP_CREATABLE_REGION
ARG REACT_APP_CREATABLE_INSTANCE
COPY . /app
WORKDIR /app
RUN npm install -f -s
RUN npm install -s
ENV NODE_OPTIONS="--max_old_space_size=4096"
RUN npm run build --verbose
RUN rm -rf /app/build/static/js/*.map
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.41.0",
"version": "0.41.1",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down

0 comments on commit afb1909

Please sign in to comment.