Skip to content

Commit

Permalink
Bump node from 23.3.0-bookworm-slim to 23.4.0-bookworm-slim (#54)
Browse files Browse the repository at this point in the history
Bumps node from 23.3.0-bookworm-slim to 23.4.0-bookworm-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2024
1 parent af3e40a commit d20b9c5
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,5 +1,5 @@
# --------------> Build nuxt app
FROM node:23.3.0-bookworm AS ui-build
FROM node:23.4.0-bookworm AS ui-build

WORKDIR /nuxt

Expand Down Expand Up @@ -33,7 +33,7 @@ COPY ./pocketbase/pb_hooks ./pb_hooks
COPY ./pocketbase/pb_migrations ./pb_migrations

# --------------> The final stage
FROM node:23.3.0-bookworm-slim
FROM node:23.4.0-bookworm-slim

# Install Nginx
RUN apt-get update && apt-get install -y nginx ca-certificates
Expand Down

0 comments on commit d20b9c5

Please sign in to comment.