Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5331828 commit 20458a0Copy full SHA for 20458a0
‎deploy/docker/Dockerfile
@@ -147,7 +147,7 @@ RUN yarn build
147
## To create a separate image out of it, build it with:
148
## DOCKER_BUILDKIT=1 docker build -f deploy/docker/Dockerfile -t lowcoderorg/lowcoder-ce-frontend --target lowcoder-ce-frontend .
149
##
150
-FROM nginx:1.27.1 AS lowcoder-ce-frontend
+FROM nginx:1.27.5 AS lowcoder-ce-frontend
151
LABEL maintainer="lowcoder"
152
153
# Change default nginx user into lowcoder user and remove default nginx config
0 commit comments