Skip to content

Commit b535ef2

Browse files
chore(deps): bump node from 25.8.1-trixie to 26.2.0-trixie
Bumps node from 25.8.1-trixie to 26.2.0-trixie. --- updated-dependencies: - dependency-name: node dependency-version: 26.2.0-bookworm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b30ecb commit b535ef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# First things first, we build an image which is where we're going to compile
44
# our static assets with. We use this stage in development.
5-
FROM node:25.8.1-trixie AS static-deps
5+
FROM node:26.2.0-trixie AS static-deps
66

77
# Set our working directory to our src directory
88
WORKDIR /opt/warehouse/src/

0 commit comments

Comments
 (0)