Skip to content

Commit

Permalink
Apply small provisioning fixups
Browse files Browse the repository at this point in the history
Pinning the gulp version fixes a build crash, and removing 'version' from
the docker-compose files resolves a warning saying that it's obsolete.
  • Loading branch information
KlaasH committed Dec 10, 2024
1 parent 75910b7 commit fd40b87
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion deployment/aws-batch/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '2'
services:
update-job-defs:
image: update-job-defs
Expand Down
1 change: 0 additions & 1 deletion deployment/terraform/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '2'
services:
terraform:
image: quay.io/azavea/terraform:1.1.9
Expand Down
1 change: 0 additions & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '2'
services:
nginx:
image: pfb-nginx:${GIT_COMMIT}
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '2'
services:
database:
image: postgis/postgis:13-3.1
Expand Down
2 changes: 1 addition & 1 deletion src/angularjs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.
RUN apt-get update && apt-get install -y rsync \
&& rm -rf /var/lib/apt/lists/*

RUN npm install -g bower gulp
RUN npm install -g bower gulp@3.9.0

WORKDIR /opt/pfb/angularjs
COPY package.json ${ANGULAR_DIR}/package.json
Expand Down

0 comments on commit fd40b87

Please sign in to comment.