Skip to content

Commit 185e86f

Browse files
chore(deps): bump the non-majors group across 1 directory with 2 updates
Bumps the non-majors group with 2 updates in the / directory: node and caddy. Updates `node` from 25.7.0-alpine to 25.9.0-alpine Updates `caddy` from 2.10.0-alpine to 2.11.2-alpine --- updated-dependencies: - dependency-name: caddy dependency-version: 2.11.2-alpine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-majors - dependency-name: node dependency-version: 25.8.2-alpine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-majors ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a7a694 commit 185e86f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM node:25.7.0-alpine AS build
1+
FROM --platform=$BUILDPLATFORM node:25.9.0-alpine AS build
22
WORKDIR /app
33

44
ENV CYPRESS_INSTALL_BINARY=0
@@ -10,7 +10,7 @@ COPY . .
1010
RUN NODE_ENV=production npm run build:with-font
1111

1212

13-
FROM caddy:2.10.0-alpine
13+
FROM caddy:2.11.2-alpine
1414
EXPOSE 80
1515

1616
COPY build/docker/Caddyfile /etc/caddy/Caddyfile

0 commit comments

Comments
 (0)