From b26e540a5d0396f26292defc5d48104b9180c465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:15:13 +0000 Subject: [PATCH] chore(deps): bump the docker group across 1 directory with 2 updates Bumps the docker group with 2 updates in the /release directory: node and nginx. Updates `node` from 18-alpine to 22-alpine Updates `nginx` from 1.25.1-alpine to 1.27.0-alpine --- updated-dependencies: - dependency-name: node dependency-type: direct:production dependency-group: docker - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- release/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/Dockerfile b/release/Dockerfile index e6a6589..824ba35 100644 --- a/release/Dockerfile +++ b/release/Dockerfile @@ -1,5 +1,5 @@ # build stage -FROM --platform=$TARGETPLATFORM node:18-alpine as build +FROM --platform=$TARGETPLATFORM node:22-alpine as build WORKDIR /app @@ -24,7 +24,7 @@ RUN yarn run build # App final stage # serving the production build -FROM --platform=$TARGETPLATFORM nginx:1.25.1-alpine +FROM --platform=$TARGETPLATFORM nginx:1.27.0-alpine # We need some custom nginx configuration, which we import here COPY release/nginx.default.conf /etc/nginx/conf.d/default.conf