We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877f9f5 commit c794972Copy full SHA for c794972
deploy/docker/Dockerfile
@@ -133,7 +133,7 @@ RUN yarn build
133
## To create a separate image out of it, build it with:
134
## DOCKER_BUILDKIT=1 docker build -f deploy/docker/Dockerfile -t lowcoderorg/lowcoder-ce-frontend --target lowcoder-ce-frontend .
135
##
136
-FROM nginx:1.25.1 as lowcoder-ce-frontend
+FROM nginx:1.25.4 as lowcoder-ce-frontend
137
LABEL maintainer="lowcoder"
138
139
# Change default nginx user into lowcoder user and remove default nginx config
0 commit comments