Skip to content

Commit

Permalink
updated at 2024-07-02T15:52:34-04:00
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Jul 2, 2024
1 parent 5ec1489 commit 395f283
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core
3 changes: 2 additions & 1 deletion ext/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
## features by default.
################################################################################

ARG BASE_IMAGE=gristlabs/grist
ARG BASE_VERSION=latest
FROM gristlabs/grist:${BASE_VERSION}
FROM ${BASE_IMAGE}:${BASE_VERSION}

## Enable EE features.
ENV TEST_ENABLE_ACTIVATION=true

0 comments on commit 395f283

Please sign in to comment.