From 3efaf39f126ff4d94e4b8f82697b637f5b49c674 Mon Sep 17 00:00:00 2001 From: Midou36O <45198486+Midou36O@users.noreply.github.com> Date: Wed, 31 Aug 2022 07:28:57 +0100 Subject: [PATCH] Tell node to use a up to date container. --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d21626d..7da68c0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: when: event: [push, pull_request] - image: node:bullseye-slim + image: node:current-bullseye-slim commands: - npm install - npm run build