Compare commits
10 Commits
ac44356633
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| bcce2042d7 | |||
| b21bc14833 | |||
|
|
adc529545b | ||
|
|
7df42604c1 | ||
| f095ccf609 | |||
|
|
f4274c8b97 | ||
| 21e75ea463 | |||
|
|
009cb65c99 | ||
| 6db1bbafe0 | |||
|
|
55dfff9bc3 |
@@ -8,7 +8,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
- name: Login to Docker registry
|
- name: Login to Docker registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM postgres:17.5-alpine3.22
|
FROM postgres:18.1-alpine3.22
|
||||||
|
|
||||||
# Add metadata labels
|
# Add metadata labels
|
||||||
LABEL maintainer="hads@nice.nz" \
|
LABEL maintainer="hads@nice.nz" \
|
||||||
|
|||||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>hads/renovate-config"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user