Skip to content

Commit

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

Build updates
* Updating auto release workflow

Documentation updates
* Fixing documentation shields
  • Loading branch information
bfren authored Dec 21, 2022
1 parent 12fe65d commit 08a2601
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
-
name: Create Release ${{ github.event.pull_request.title }}
uses: bfren/create-release@v2
uses: bfren/create-release@v3
with:
token: ${{ secrets.PAT }}
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.2
FROM bfren/alpine:alpine3.17-1.7.5

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

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Docker PostgreSQL Upgrade

![GitHub release (latest by date)](https://img.shields.io/github/v/release/bfren/docker-pg-upgrade) ![Docker Pulls](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fpulls%2Fpg-upgrade) ![Docker Image Size](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fsize%2Fpg-upgrade)<br/>
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/bfren/docker-pg-upgrade/dev?label=build)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/bfren/docker-pg-upgrade) ![Docker Pulls](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fpulls%2Fpg-upgrade) ![Docker Image Size](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fsize%2Fpg-upgrade) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bfren/docker-pg-upgrade/dev.yml?branch=main)

[Docker Repository](https://hub.docker.com/r/bfren/pg-upgrade) - [bfren ecosystem](https://github.com/bfren/docker)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.15
1.2.16

0 comments on commit 08a2601

Please sign in to comment.