Skip to content

Commit f34202e

Browse files
authored
v3.1.2 (#97)
Minor updates * Using latest base images * Adding module exports Documentation updates * Updating copyright year to 2024
1 parent aaa57f2 commit f34202e

File tree

10 files changed

+17
-9
lines changed

10 files changed

+17
-9
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.18-5.1.1
1+
FROM bfren/alpine-s6:alpine3.18-5.1.2
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.19-5.1.1
1+
FROM bfren/alpine-s6:alpine3.19-5.1.2
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.19-5.1.1
1+
FROM bfren/alpine-s6:alpine3.19-5.1.2
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.19-5.1.1
1+
FROM bfren/alpine-s6:alpine3.19-5.1.2
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 bfren/alpine-s6:alpine3.19-5.1.1
1+
FROM bfren/alpine-s6:alpine3.19-5.1.2
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-2023 bfren
3+
Copyright (c) 2021-2024 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-2023 [bfren](https://bfren.dev) (unless otherwise stated)
72+
> Copyright (c) 2021-2024 [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.1.1
1+
3.1.2

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

1010
POSTGRESQL_VERSIONS="12 13 14 15 16"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export module conf.nu
2+
export module ctl.nu
3+
export module db.nu
4+
export module dump.nu
5+
export module export.nu
6+
export module import.nu
7+
export module restore.nu
8+
export module run.nu

0 commit comments

Comments
 (0)