Skip to content

Commit 25c2b6f

Browse files
authored
v2.3.6 (#69)
Minor updates * Using latest base images Build updates * Using fail fast false
1 parent 8937022 commit 25c2b6f

File tree

8 files changed

+8
-6
lines changed

8 files changed

+8
-6
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616
build:
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
postgresql: [ "12", "13", "14", "15" ]
2021
runs-on: ubuntu-latest

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
publish:
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
postgresql: [ "12", "13", "14", "15" ]
1314
runs-on: ubuntu-latest

12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.17-4.4.5
1+
FROM bfren/alpine-s6:alpine3.17-4.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 bfren/alpine-s6:alpine3.17-4.4.5
1+
FROM bfren/alpine-s6:alpine3.17-4.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 bfren/alpine-s6:alpine3.17-4.4.5
1+
FROM bfren/alpine-s6:alpine3.17-4.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 bfren/alpine-s6:alpine3.17-4.4.5
1+
FROM bfren/alpine-s6:alpine3.17-4.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-
2.3.5
1+
2.3.6

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_REVISION="4.4.5"
7+
BASE_REVISION="4.4.6"
88
echo "Base: ${BASE_REVISION}"
99

1010
POSTGRESQL_VERSIONS="12 13 14 15"

0 commit comments

Comments
 (0)