Skip to content

Commit 247168f

Browse files
build(deps): bump nginx from 1.25.1 to 1.25.2 in /deploy/docker
Bumps nginx from 1.25.1 to 1.25.2. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 813aa2e commit 247168f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
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.25.1 as lowcoder-ce-frontend
135+
FROM nginx:1.25.2 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)