refactor(docker): bump node and alpine versions

This commit is contained in:
Asif Bacchus 2023-03-19 23:07:43 -06:00
parent 12ff81b91c
commit c2befd3d62

View File

@ -1,8 +1,8 @@
# node-livereload server supporting SSL/TLS
# allow dynamic building by specifying base image elements as build-args
ARG NODE_VERSION=16
ARG ALPINE_VERSION=3.15
ARG NODE_VERSION=18
ARG ALPINE_VERSION=3.17
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} as builder
ARG NODE_VERSION
ARG ALPINE_VERSION