Skip to content

Commit

Permalink
[TEST] plone 5.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Dec 11, 2023
1 parent 7f33658 commit 29d8fbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM imiobe/plone-base:5.2.9-alpine as builder
FROM imiobe/plone-base:5.2.13-alpine as builder

COPY --chown=imio scripts /plone/scripts/
COPY --chown=imio *.cfg requirements.txt /plone/
Expand All @@ -23,10 +23,10 @@ RUN apk add --update --no-cache --virtual .build-deps \
&& pip install -r requirements.txt \
&& su -c "buildout -vvv -c prod.cfg" -s /bin/sh imio

FROM imiobe/plone-base:5.2.9-alpine
FROM imiobe/plone-base:5.2.13-alpine

ENV PLONE_MAJOR=5.2 \
PLONE_VERSION=5.2.9 \
PLONE_VERSION=5.2.13 \
TZ=Europe/Brussel \
ZEO_HOST=db \
ZEO_PORT=8100 \
Expand Down

0 comments on commit 29d8fbb

Please sign in to comment.