Skip to content

Commit 56cddf6

Browse files
committed
Merge branch 'release/3.7.1'
2 parents 25abe9a + 73c142a commit 56cddf6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.docker/Dockerfile.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
FROM ${CLI_IMAGE} as cli
99
FROM govcms/php:${GOVCMS_IMAGE_VERSION}
1010

11+
# Clean up base image so as not to conflict with any changes.
12+
RUN rm -rf /app
13+
1114
COPY --from=cli /app /app

.version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# e.g. site audits, automated backups.
66
version: {{ GOVCMS_VERSION }}
77
type: {{ GOVCMS_TYPE }}
8-
scaffold: 3.7.0
8+
scaffold: 3.7.1

0 commit comments

Comments
 (0)