Skip to content

Commit

Permalink
build image version changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcetinkaya committed Nov 19, 2024
1 parent 12267d2 commit 7c0d88a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed .Dockerfile.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.15.1-alpine3.20 as build-stage
FROM node:22.3.0-alpine3.19 as build-stage
ARG REACT_APP_BACKEND_URL
ARG REACT_APP_KEYCLOAK_URL
ARG REACT_APP_KEYCLOAK_REALM
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.3",
"version": "0.41.4",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down

0 comments on commit 7c0d88a

Please sign in to comment.