Skip to content

Commit 748f1ec

Browse files
chore(deps): update node runtime image to v26.3.1
1 parent f442290 commit 748f1ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local releaseBranch = 'release-please--branches--main--components--codex-pooler'
22
local registry = 'registry.icorete.ch';
33
local image = 'registry.icorete.ch/icoretech/codex-pooler';
44
local helmVersion = 'v4.2.2';
5-
local nodeImage = 'node:26.3.0-slim';
5+
local nodeImage = 'node:26.3.1-slim';
66

77
[
88
{

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG DEBIAN_MIRROR=
22
ARG DEBIAN_SECURITY_MIRROR=
33

4-
FROM node:26.3.0-slim AS assets_deps
4+
FROM node:26.3.1-slim AS assets_deps
55

66
ENV NPM_CONFIG_UPDATE_NOTIFIER=false
77

0 commit comments

Comments
 (0)