Skip to content

Commit

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

Build updates
* Updating read-file action
  • Loading branch information
bfren authored Nov 2, 2022
1 parent 02114e8 commit 9923198
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
shell: bash
-
name: Read image version
uses: bfren/read-file@v1
uses: bfren/read-file@v2
with:
file: ./VERSION
id: version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
shell: bash
-
name: Read image version
uses: bfren/read-file@v1
uses: bfren/read-file@v2
with:
file: ./VERSION_MAJOR
id: version_major
-
name: Read image version
uses: bfren/read-file@v1
uses: bfren/read-file@v2
with:
file: ./VERSION_MINOR
id: version_minor
-
name: Read image version
uses: bfren/read-file@v1
uses: bfren/read-file@v2
with:
file: ./VERSION
id: version
Expand Down
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.16-1.6.11
FROM bfren/alpine:alpine3.16-1.6.12

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

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

0 comments on commit 9923198

Please sign in to comment.