File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5252 -
5353 name : Build and export
5454 id : docker_export
55- uses : docker/build-push-action@v5
55+ uses : docker/build-push-action@v6
5656 with :
5757 file : ./${{ matrix.postgresql }}/Dockerfile
5858 build-args : |
6868 -
6969 name : Build and push
7070 id : docker_build
71- uses : docker/build-push-action@v5
71+ uses : docker/build-push-action@v6
7272 with :
7373 context : .
7474 file : ./${{ matrix.postgresql }}/Dockerfile
Original file line number Diff line number Diff line change 6666 -
6767 name : Build and push
6868 id : docker_build
69- uses : docker/build-push-action@v5
69+ uses : docker/build-push-action@v6
7070 with :
7171 context : .
7272 file : ./${{ matrix.postgresql }}/Dockerfile
Original file line number Diff line number Diff line change 1- FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.4.5
1+ FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.4.6
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44
Original file line number Diff line number Diff line change 1- FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.4.5
1+ FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.4.6
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44
Original file line number Diff line number Diff line change 1- FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.5
1+ FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.6
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44
Original file line number Diff line number Diff line change 1- FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.5
1+ FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.6
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44
Original file line number Diff line number Diff line change 1- FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.5
1+ FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.6
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44
Original file line number Diff line number Diff line change 1- 3.2.10
1+ 3.2.11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
44
55docker pull bfren/alpine
66
7- BASE_VERSION=" 5.4.5 "
7+ BASE_VERSION=" 5.4.6 "
88echo " Base: ${BASE_VERSION} "
99
1010POSTGRESQL_VERSIONS=" 12 13 14 15 16"
You can’t perform that action at this time.
0 commit comments