Compare commits
1 Commits
v4.0.0
...
c2befd3d62
| Author | SHA1 | Date | |
|---|---|---|---|
| c2befd3d62 |
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user