Skip to content

Commit b8c8894

Browse files
authored
v3.3.1 (#122)
Minor updates * Using latest base images Documentation updates * Updating copyright year to 2025
1 parent 6689303 commit b8c8894

10 files changed

+10
-10
lines changed

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.5.0
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.5.1
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.5.0
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.5.1
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.5.0
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.1
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.21-5.5.0
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.1
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.21-5.5.0
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.1
22

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

17/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.21-5.5.0
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.1
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-2024 bfren
3+
Copyright (c) 2021-2025 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
@@ -69,4 +69,4 @@ See [For Backups](#for-backups) for configuration variables.
6969
7070
## Copyright
7171

72-
> Copyright (c) 2021-2024 [bfren](https://bfren.dev) (unless otherwise stated)
72+
> Copyright (c) 2021-2025 [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-
3.3.0
1+
3.3.1

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.5.0"
7+
BASE_VERSION="5.5.1"
88
echo "Base: ${BASE_VERSION}"
99

1010
POSTGRESQL_VERSIONS="12 13 14 15 16 17"

0 commit comments

Comments
 (0)