Skip to content

Commit 1cc177e

Browse files
authored
v3.2.11 (#113)
Minor updates * Using latest base images Build updates * Updating workflows
1 parent 7eaaa0c commit 1cc177e

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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: |
@@ -68,7 +68,7 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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

12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

16/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.10
1+
3.2.11

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
BASE_VERSION="5.4.5"
7+
BASE_VERSION="5.4.6"
88
echo "Base: ${BASE_VERSION}"
99

1010
POSTGRESQL_VERSIONS="12 13 14 15 16"

0 commit comments

Comments
 (0)