Skip to content

Commit e0ab7c7

Browse files
chore(deps): bump node from 26.2-alpine3.23 to 26.3-alpine3.23 (#914)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6654643 commit e0ab7c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Site builder
2-
FROM node:26.2-alpine3.23 AS frontend-builder
2+
FROM node:26.3-alpine3.23 AS frontend-builder
33

44
WORKDIR /frontend
55

Dockerfile.distroless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Site builder
2-
FROM node:26.2-alpine3.23 AS frontend-builder
2+
FROM node:26.3-alpine3.23 AS frontend-builder
33

44
WORKDIR /frontend
55

0 commit comments

Comments
 (0)