Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/Dockerfile.govcms
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN case $(uname -m) in x86_64) ARCH="amd64" ;; aarch64) ARCH="arm64" ;; *) ARC
# Install jq for YAML/JSON parsing.
RUN apk add jq

RUN sed -i -e "/govcms\/govcms/ s!3.x-develop-dev!${GOVCMS_PROJECT_VERSION}!" /app/composer.json
RUN sed -i -e "/govcms\/govcms/ s!dev-4.x-develop!${GOVCMS_PROJECT_VERSION}!" /app/composer.json

COPY scripts/composer/ScriptHandler.php /app/scripts/composer/ScriptHandler.php

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require": {
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.7",
"govcms/govcms": "4.2.0",
"govcms/govcms": "dev-4.x-develop",
"govcms/govcms-custom": "*",
"govcms/scaffold-tooling": "6.0.5"
},
Expand Down