From 042a2c37dc3e87d84530cd8b92a1162f96dab9ff Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 23 Feb 2023 08:21:30 -0500 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- Dockerfile.db-create | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 51e8b8d..b0b16f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:18.14.0-alpine3.16 as base +FROM --platform=linux/amd64 node:18.14.1-alpine3.16 as base RUN apk --update --no-cache add --virtual .builds-deps build-base python3 diff --git a/Dockerfile.db-create b/Dockerfile.db-create index 60c7dda..de4d810 100644 --- a/Dockerfile.db-create +++ b/Dockerfile.db-create @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:18.9.0-alpine3.16 as base +FROM --platform=linux/amd64 node:18.14.1-alpine3.16 as base RUN apk --update --no-cache add --virtual .builds-deps build-base python3