Skip to content

Commit eea973a

Browse files
build(deps): bump nginxinc/nginx-unprivileged (#1339)
Bumps nginxinc/nginx-unprivileged from 1.31.1-alpine-slim to 1.31.2-alpine-slim. --- updated-dependencies: - dependency-name: nginxinc/nginx-unprivileged dependency-version: 1.31.2-alpine-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95b6322 commit eea973a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . ./
44
RUN npm ci && npm run build-artifact
55

66
# production environment
7-
FROM nginxinc/nginx-unprivileged:1.31.1-alpine-slim
7+
FROM nginxinc/nginx-unprivileged:1.31.2-alpine-slim
88
COPY --from=build /app/packages/pxweb2/dist /usr/share/nginx/html
99
COPY nginx/conf.d /etc/nginx/conf.d
1010
EXPOSE 8080

0 commit comments

Comments
 (0)