From 37a34c8ee0a2b6707d071fa0037f01195044adf1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Jun 2021 19:03:56 +0000 Subject: [PATCH] Update docker images Docker tags to v16 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 596c7c7..1089533 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: amd64/node:12.22.1-buster@sha256:436a6432b6f5109c2c70a1f71f5df0e7d29946a967e85882fe08a37f36b8bec4 + image: amd64/node:16.3.0-buster@sha256:36df0d14549023f2191bd1ef11ed22ea80f04a543a49c75804fa84532e867604 commands: - npm install - npm run build:ssr @@ -41,7 +41,7 @@ platform: steps: - name: build - image: arm64v8/node:12.22.1-buster@sha256:beece4c83b620cd54f88d2f16da50c41f62c19a1e8591354ad82726d43d5605a + image: arm64v8/node:16.3.0-buster@sha256:332b9b16a5530229e9b7c8432edf308b513eba509a3c852416a7895ee8672610 commands: - npm install - npm run build:ssr -- 2.43.0