Skip to content

Commit

Permalink
feat(version): release 0.34.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Feb 14, 2024
1 parent 641c79e commit 87e715c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /app
RUN npm install -s
RUN NODE_OPTIONS="--max-old-space-size=4096" npm run build
RUN rm -rf /app/build/static/js/*.map
FROM nginx:latest as production-stage
FROM nginx:stable-alpine-slim as production-stage
RUN apt-get update && apt-get upgrade -y
COPY --from=build-stage /app/nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build-stage /app/build /usr/share/nginx/html
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.34.5",
"version": "0.34.6",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down

0 comments on commit 87e715c

Please sign in to comment.