Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 28, 2024
1 parent 8e1e3ab commit ffbcd62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion images/postgres/tests/tls.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
apk add openssl-config
set -o errexit -o nounset -o errtrace -o pipefail -x

server_name="postgres_server-${RANDOM}"
Expand Down
2 changes: 1 addition & 1 deletion images/ruby/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variable "target_repository" {
}

locals {
version = "3.3"
version = "3.4"
}

module "latest-config" {
Expand Down

0 comments on commit ffbcd62

Please sign in to comment.