Compare commits
6 Commits
21e75ea463
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| bcce2042d7 | |||
| b21bc14833 | |||
|
|
adc529545b | ||
|
|
7df42604c1 | ||
| f095ccf609 | |||
|
|
f4274c8b97 |
@@ -8,7 +8,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: Login to Docker registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM postgres:17.5-alpine3.22
|
||||
FROM postgres:18.1-alpine3.22
|
||||
|
||||
# Add metadata labels
|
||||
LABEL maintainer="hads@nice.nz" \
|
||||
|
||||
Reference in New Issue
Block a user