Skip to content

Commit 8937022

Browse files
authored
v2.3.5 (#68)
Minor updates * Using latest base images Documentation updates * Updating copyright year to 2023
1 parent 773aa16 commit 8937022

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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.4
1+
FROM bfren/alpine-s6:alpine3.17-4.4.5
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.4
1+
FROM bfren/alpine-s6:alpine3.17-4.4.5
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.4
1+
FROM bfren/alpine-s6:alpine3.17-4.4.5
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.4
1+
FROM bfren/alpine-s6:alpine3.17-4.4.5
22

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2022 bfren
3+
Copyright (c) 2021-2023 bfren
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ See [For Backups](#for-backups) for configuration variables.
7070
7171
## Copyright
7272

73-
> Copyright (c) 2021-2022 [bfren](https://bfren.dev) (unless otherwise stated)
73+
> Copyright (c) 2021-2023 [bfren](https://bfren.dev) (unless otherwise stated)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.4
1+
2.3.5

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

1010
POSTGRESQL_VERSIONS="12 13 14 15"

0 commit comments

Comments
 (0)