Add cache breaker variable (#4704)
This commit is contained in:
parent
40155812bd
commit
1907d72d80
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue