mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-12-22 17:21:55 +00:00
Avoid 'Update frontend' commits with Dockerfile build-args
This commit is contained in:
parent
135760854e
commit
ac198e5731
@ -1,5 +1,9 @@
|
|||||||
FROM avatao/frontend-tutorial-framework:chausie-20191021 as frontend
|
ARG FRONTEND_VERSION
|
||||||
|
FROM avatao/frontend-tutorial-framework:${FRONTEND_VERSION} as frontend
|
||||||
|
|
||||||
FROM avatao/debian:buster
|
FROM avatao/debian:buster
|
||||||
|
ARG FRONTEND_VERSION
|
||||||
|
LABEL tfw.frontend.version=${FRONTEND_VERSION}
|
||||||
|
|
||||||
RUN apt-get update &&\
|
RUN apt-get update &&\
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
Loading…
Reference in New Issue
Block a user