Skip to content

Commit d5ec67b

Browse files
committed
Upgrade Plone to version 6.1.0
1 parent d6dd8cd commit d5ec67b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
ARG PLONE_VERSION=6.0.13
2+
ARG PLONE_VERSION=6.1.0
33
FROM plone/server-builder:${PLONE_VERSION} as builder
44

55
WORKDIR /app

backend/Dockerfile.acceptance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
ARG PLONE_VERSION=6.0.13
2+
ARG PLONE_VERSION=6.1.0
33
FROM plone/server-builder:${PLONE_VERSION} as builder
44

55
WORKDIR /app

backend/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-c https://dist.plone.org/release/6.0.13/constraints.txt
1+
-c https://dist.plone.org/release/6.1.0/constraints.txt

backend/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.14
1+
6.1.0

0 commit comments

Comments
 (0)