Skip to content

Commit d75fb99

Browse files
authored
v2.1.4 (#35)
Minor updates * Using latest base images Build updates * Adding image source label to Dockerfiles
1 parent c167d99 commit d75fb99

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

12/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM bfren/alpine-s6:alpine3.15-4.2.2
1+
FROM bfren/alpine-s6:alpine3.15-4.2.3
2+
3+
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
24

35
ARG BF_IMAGE
46
ARG BF_VERSION

13/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM bfren/alpine-s6:alpine3.15-4.2.2
1+
FROM bfren/alpine-s6:alpine3.15-4.2.3
2+
3+
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
24

35
ARG BF_IMAGE
46
ARG BF_VERSION

14/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM bfren/alpine-s6:alpine3.15-4.2.2
1+
FROM bfren/alpine-s6:alpine3.15-4.2.3
2+
3+
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
24

35
ARG BF_IMAGE
46
ARG BF_VERSION

Dockerfile.esh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM bfren/alpine-s6:alpine3.15-<%= ${BASE_REVISION} %>
22

3+
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
4+
35
ARG BF_IMAGE
46
ARG BF_VERSION
57

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.3
1+
2.1.4

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.2.2"
7+
BASE_REVISION="4.2.3"
88
echo "Base: ${BASE_REVISION}"
99

1010
POSTGRESQL_VERSIONS="12 13 14"

0 commit comments

Comments
 (0)