Skip to content

Commit 06e700d

Browse files
chore(deps): bump nginx from 1.28-alpine to 1.31-alpine in /dashboard (#43)
Bumps nginx from 1.28-alpine to 1.31-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f09732 commit 06e700d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashboard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN pnpm install --frozen-lockfile
99
COPY . .
1010
RUN pnpm build
1111

12-
FROM nginx:1.28-alpine@sha256:a8b39bd9cf0f83869a2162827a0caf6137ddf759d50a171451b335cecc87d236
12+
FROM nginx:1.31-alpine@sha256:4a73073bd557c65b759505da037898b61f1be6cbcc3c2c3aeac22d2a470c1752
1313
COPY --from=build /app/dist /usr/share/nginx/html
1414
COPY nginx.conf /etc/nginx/conf.d/default.conf
1515
EXPOSE 80

0 commit comments

Comments
 (0)