Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local releaseBranch = 'release-please--branches--main--components--codex-pooler'
local registry = 'registry.icorete.ch';
local image = 'registry.icorete.ch/icoretech/codex-pooler';
local helmVersion = 'v4.2.0';
local nodeImage = 'node:26.2.0-slim';
local nodeImage = 'node:26.3.0-slim';

[
{
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DEBIAN_MIRROR=http://debian.mirror.garr.it/debian
ARG DEBIAN_SECURITY_MIRROR=http://debian.mirror.garr.it/debian-security

FROM node:26.2.0-slim AS assets_deps
FROM node:26.3.0-slim AS assets_deps

ENV NPM_CONFIG_UPDATE_NOTIFIER=false

Expand Down