We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25abe9a + 73c142a commit 56cddf6Copy full SHA for 56cddf6
.docker/Dockerfile.php
@@ -8,4 +8,7 @@
8
FROM ${CLI_IMAGE} as cli
9
FROM govcms/php:${GOVCMS_IMAGE_VERSION}
10
11
+# Clean up base image so as not to conflict with any changes.
12
+RUN rm -rf /app
13
+
14
COPY --from=cli /app /app
.version.yml
@@ -5,4 +5,4 @@
5
# e.g. site audits, automated backups.
6
version: {{ GOVCMS_VERSION }}
7
type: {{ GOVCMS_TYPE }}
-scaffold: 3.7.0
+scaffold: 3.7.1
0 commit comments