Compare commits
2 Commits
renovate/p
...
000f69beb9
| Author | SHA1 | Date | |
|---|---|---|---|
| 000f69beb9 | |||
|
|
f9c23928e3 |
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM postgres:18.3-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