Update docker images Docker tags to v16 (major) #113
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue