Add cache breaker variable (#4704)

This commit is contained in:
sau226 2019-11-08 00:44:38 +08:00 committed by Mac Siri
parent 40155812bd
commit 1907d72d80

View file

@ -1,4 +1,6 @@
FROM gitpod/workspace-postgres
# The below variable is to be modified to trigger a Dockerfile rebuild (this is in YYYY-MM-DD format)
ENV IMAGE_BUILD_DATE=2019-11-3
# Install Ruby
COPY .ruby-version /tmp