Skip to content

Commit 9dae6ea

Browse files
Bump nginx from 1.25.1 to 1.26.0 in /deploy/docker
Bumps nginx from 1.25.1 to 1.26.0. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f21c70f commit 9dae6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ RUN yarn build
145145
## To create a separate image out of it, build it with:
146146
## DOCKER_BUILDKIT=1 docker build -f deploy/docker/Dockerfile -t lowcoderorg/lowcoder-ce-frontend --target lowcoder-ce-frontend .
147147
##
148-
FROM nginx:1.25.1 AS lowcoder-ce-frontend
148+
FROM nginx:1.26.0 AS lowcoder-ce-frontend
149149
LABEL maintainer="lowcoder"
150150

151151
# Change default nginx user into lowcoder user and remove default nginx config

0 commit comments

Comments
 (0)