Skip to content

Commit

Permalink
build(deps): bump node in /frontend
Browse files Browse the repository at this point in the history
Bumps node from 23.1.0-bullseye-slim to 23.2.0-bullseye-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent daf4a17 commit 143fd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:23.1.0-bullseye-slim@sha256:0339f57068bbd573875dd2f86d5869e7bc3dc8032f66b47eaa84872f91a55711 AS base
FROM node:23.2.0-bullseye-slim@sha256:413dc262c7d5e215210085c99d31a98fc138531ecf8a6f97fa110eaa85f1a686 AS base

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG TARGETPLATFORM
Expand Down

0 comments on commit 143fd34

Please sign in to comment.