Skip to content

Commit 10f0361

Browse files
authored
security patches for gitlab, metaphor, cypress (#50)
1 parent fb9fb56 commit 10f0361

File tree

3 files changed

+46
-101
lines changed

3 files changed

+46
-101
lines changed

gitops/terraform/base/ec2/scripts/install_gitlab.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.de
1313
# to unpin, remove the version from the end of the command as shown here
1414
# sudo EXTERNAL_URL="https://${GITLAB_URL}" GITLAB_ROOT_PASSWORD="${GITLAB_BOT_ROOT_PASSWORD}" apt-get install gitlab-ce
1515
# for list of releases see: https://about.gitlab.com/releases/categories/releases/
16-
sudo EXTERNAL_URL="https://${GITLAB_URL}" GITLAB_ROOT_PASSWORD="${GITLAB_BOT_ROOT_PASSWORD}" apt-get install gitlab-ce=14.8.1-ce.0
16+
sudo EXTERNAL_URL="https://${GITLAB_URL}" GITLAB_ROOT_PASSWORD="${GITLAB_BOT_ROOT_PASSWORD}" apt-get install gitlab-ce=14.9.2-ce.0

gitops/terraform/cypress/package-lock.json

+42-97
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metaphor/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)