From 249107aaa44feace0af489bfae06617fc322a0d6 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 26 Oct 2021 11:20:42 +0000 Subject: [PATCH] chore(deps): bump node from 12 to 16 Bumps node from 12 to 16. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 160b209..2ed5ada 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12 +FROM node:16 ENV AUDIENCE "https://shiny.unbound.se" ENV ORIGIN_HOST "auth0mock" ENV ORIGIN "https://auth0mock:3333" -- 2.52.0