refactor(docker): bump node and alpine versions
This commit is contained in:
parent
12ff81b91c
commit
c2befd3d62
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user