Skip to content

Commit

Permalink
build(deps): bump the non-majors group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the non-majors group with 2 updates: node and caddy.


Updates `node` from 23.5.0-alpine to 23.6.0-alpine

Updates `caddy` from 2.8.4-alpine to 2.9.1-alpine

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: caddy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 19, 2025
1 parent 465768a commit a74fb15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:23.5.0-alpine AS build
FROM --platform=$BUILDPLATFORM node:23.6.0-alpine AS build
WORKDIR /app

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


FROM caddy:2.8.4-alpine
FROM caddy:2.9.1-alpine
EXPOSE 80

COPY build/docker/Caddyfile /etc/caddy/Caddyfile
Expand Down

0 comments on commit a74fb15

Please sign in to comment.