aboutsummaryrefslogtreecommitdiff
path: root/src/pelican
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2020-04-10 22:51:15 -0700
committerMax Resnick <max@ofmax.li>2020-04-10 23:12:57 -0700
commit699c1344fcc57ceab2e84c49311e17047b30c681 (patch)
tree30f038edd2a86db932259dd81de483ee039e53d5 /src/pelican
parent54fbd4333809568e19da1cd3697f7a1e08aa51b3 (diff)
downloadgrumpy-containers-699c1344fcc57ceab2e84c49311e17047b30c681.tar.gz
refactor make, change base
Diffstat (limited to 'src/pelican')
-rw-r--r--src/pelican/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pelican/Dockerfile b/src/pelican/Dockerfile
index 8a902f4..3834138 100644
--- a/src/pelican/Dockerfile
+++ b/src/pelican/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.gitlab.com/grumps/grumpy-containers/base:v0.0.1
+FROM registry.gitlab.com/grumps/grumpy-containers/base:v0.0.3
RUN apt-get update -y && apt-get install -y python3-pip libsass-dev ruby-sass
RUN pip3 install pelican webassets Pillow markdown cssmin libsass
USER app