Skip to content

Commit

Permalink
Use plone-base:6.0.11.1 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
duchenean committed Jul 18, 2024
1 parent 9eaddb4 commit e1bfd3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM harbor.imio.be/common/plone-base:6.0.9 as builder
FROM harbor.imio.be/common/plone-base:6.0.11.1 AS builder

ENV PIP=23.3.1 \
ZC_BUILDOUT=3.0.1 \
SETUPTOOLS=69.0.2 \
Expand Down Expand Up @@ -39,7 +40,7 @@ COPY --chown=imio scripts /plone/scripts

RUN su -c "buildout -c prod.cfg -t 30 -N" -s /bin/sh imio

FROM harbor.imio.be/common/plone-base:6.0.9
FROM harbor.imio.be/common/plone-base:6.0.11.1
ARG build_number
ENV PIP=23.3.1 \
ZC_BUILDOUT=3.0.1 \
Expand Down

0 comments on commit e1bfd3d

Please sign in to comment.