Skip to content

Commit b0ad0d2

Browse files
build(deps): bump nginx from 1.23.4 to 1.25.1 in /deploy/docker
Bumps nginx from 1.23.4 to 1.25.1. --- 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 6f014ae commit b0ad0d2

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
@@ -132,7 +132,7 @@ RUN yarn build
132132
## To create a separate image out of it, build it with:
133133
## DOCKER_BUILDKIT=1 docker build -f deploy/docker/Dockerfile -t lowcoderorg/lowcoder-ce-frontend --target lowcoder-ce-frontend .
134134
##
135-
FROM nginx:1.23.4 as lowcoder-ce-frontend
135+
FROM nginx:1.25.1 as lowcoder-ce-frontend
136136
LABEL maintainer="lowcoder"
137137

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

0 commit comments

Comments
 (0)