Compare commits
6 commits
1e3f4616e0
...
69081b1a8a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69081b1a8a | ||
|
|
0d33f1baf7 | ||
| aeb9cb8e29 | |||
| 60f20ceacf | |||
| 9e7d8b2277 | |||
| a334ab6bc4 |
4 changed files with 10 additions and 13 deletions
|
|
@ -4,7 +4,7 @@ name: check
|
|||
|
||||
services:
|
||||
- name: postgres
|
||||
image: docker.io/library/postgres:17.2
|
||||
image: docker.io/library/postgres:17.5
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
@ -35,7 +35,7 @@ steps:
|
|||
- mix credo
|
||||
|
||||
- name: wait_for_postgres
|
||||
image: docker.io/library/postgres:17.2
|
||||
image: docker.io/library/postgres:17.5
|
||||
commands:
|
||||
# Wait for postgres to become available
|
||||
- |
|
||||
|
|
@ -81,7 +81,7 @@ environment:
|
|||
|
||||
steps:
|
||||
- name: renovate
|
||||
image: renovate/renovate:39.264
|
||||
image: renovate/renovate:40.22
|
||||
environment:
|
||||
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
|
||||
RENOVATE_TOKEN:
|
||||
|
|
|
|||
|
|
@ -11,12 +11,8 @@
|
|||
# - https://pkgs.org/ - resource for finding needed packages
|
||||
# - Ex: hexpm/elixir:1.18.3-erlang-27.3-debian-bullseye-20250317-slim
|
||||
#
|
||||
ARG ELIXIR_VERSION=1.18.3
|
||||
ARG OTP_VERSION=27.3
|
||||
ARG DEBIAN_VERSION=bullseye-20250317-slim
|
||||
|
||||
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
|
||||
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
|
||||
ARG BUILDER_IMAGE="hexpm/elixir:1.18.3-erlang-27.3-debian-bullseye-20250317-slim"
|
||||
ARG RUNNER_IMAGE="debian:bullseye-20250317-slim"
|
||||
|
||||
FROM ${BUILDER_IMAGE} as builder
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: "3.5"
|
|||
|
||||
services:
|
||||
db:
|
||||
image: postgres:17.2-alpine
|
||||
image: postgres:17.5-alpine
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
|
|||
|
|
@ -13,11 +13,12 @@
|
|||
{
|
||||
"groupName": "postgres",
|
||||
"description": "Group updates to postgres across drone ci, docker-compose.yml and other files",
|
||||
"matchDepNames": ["postgres"]
|
||||
"matchPackageNames": ["postgres", "docker.io/library/postgres"],
|
||||
"matchDatasources": ["docker"]
|
||||
},
|
||||
{
|
||||
"matchFileNames": [".tool-versions"],
|
||||
"matchPackageNames": ["elixir"],
|
||||
"matchFileNames": [".tool-versions", "Dockerfile"],
|
||||
"matchCurrentValue": "**-otp-**",
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue