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
|
# node-livereload server supporting SSL/TLS
|
||||||
|
|
||||||
# allow dynamic building by specifying base image elements as build-args
|
# allow dynamic building by specifying base image elements as build-args
|
||||||
ARG NODE_VERSION=16
|
ARG NODE_VERSION=18
|
||||||
ARG ALPINE_VERSION=3.15
|
ARG ALPINE_VERSION=3.17
|
||||||
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} as builder
|
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} as builder
|
||||||
ARG NODE_VERSION
|
ARG NODE_VERSION
|
||||||
ARG ALPINE_VERSION
|
ARG ALPINE_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user