We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d1ea3 commit 3a29361Copy full SHA for 3a29361
deploy/docker/Dockerfile
@@ -146,7 +146,7 @@ RUN yarn build
146
## To create a separate image out of it, build it with:
147
## DOCKER_BUILDKIT=1 docker build -f deploy/docker/Dockerfile -t lowcoderorg/lowcoder-ce-frontend --target lowcoder-ce-frontend .
148
##
149
-FROM nginx:1.27.1 AS lowcoder-ce-frontend
+FROM nginx:1.27.2 AS lowcoder-ce-frontend
150
LABEL maintainer="lowcoder"
151
152
# Change default nginx user into lowcoder user and remove default nginx config
0 commit comments