Compare commits
4 Commits
f095ccf609
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| bcce2042d7 | |||
| b21bc14833 | |||
|
|
adc529545b | ||
|
|
7df42604c1 |
@@ -8,7 +8,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- 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.6-alpine3.22
|
FROM postgres:18.1-alpine3.22
|
||||||
|
|
||||||
# Add metadata labels
|
# Add metadata labels
|
||||||
LABEL maintainer="hads@nice.nz" \
|
LABEL maintainer="hads@nice.nz" \
|
||||||
|
|||||||
Reference in New Issue
Block a user