Skip to content

Commit

Permalink
v1.2.18 (#45)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base image

Documentation updates
* Updating copyright year to 2023
  • Loading branch information
bfren authored Jan 12, 2023
1 parent d3bf3d9 commit 6773790
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine:alpine3.17-1.7.6
FROM bfren/alpine:alpine3.17-1.7.7

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-pg-upgrade"

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2022 bfren
Copyright (c) 2021-2023 bfren

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ docker run -v /path/to/data:/data bfren/pg-upgrade -v 14 -m live
## Copyright

> Copyright (c) 2021-2022 [bfren](https://bfren.dev) (unless otherwise stated)
> Copyright (c) 2021-2023 [bfren](https://bfren.dev) (unless otherwise stated)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.17
1.2.18

0 comments on commit 6773790

Please sign in to comment.