Skip to content

Commit 8291fb2

Browse files
authored
v4.2.1 (#135)
Minor updates * Using latest base images Build updates * Updating workflow actions
1 parent 2244a84 commit 8291fb2

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
password: ${{ secrets.DOCKERHUB_TOKEN }}
2525
-
2626
name: Update repo description with README.md
27-
uses: peter-evans/dockerhub-description@v3
27+
uses: peter-evans/dockerhub-description@v5
2828
with:
2929
username: ${{ secrets.DOCKERHUB_USERNAME }}
3030
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/workflow-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Delete old workflow runs
16-
uses: bfren/delete-workflow-runs@main
16+
uses: bfren/delete-workflow-runs@v2
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
repository: ${{ github.repository }}

12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/alpine-s6:alpine3.18-6.1.0
1+
FROM quay.io/bfren/alpine-s6:alpine3.18-6.1.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 quay.io/bfren/alpine-s6:alpine3.19-6.1.0
1+
FROM quay.io/bfren/alpine-s6:alpine3.19-6.1.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 quay.io/bfren/alpine-s6:alpine3.20-6.1.0
1+
FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.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 quay.io/bfren/alpine-s6:alpine3.22-6.1.0
1+
FROM quay.io/bfren/alpine-s6:alpine3.22-6.1.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 quay.io/bfren/alpine-s6:alpine3.23-6.1.0
1+
FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.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 quay.io/bfren/alpine-s6:alpine3.23-6.1.0
1+
FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.1
22

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

18/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.0
1+
FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.1
22

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

@@ -9,7 +9,7 @@ ARG BF_VERSION
99
EXPOSE 5432
1010

1111
COPY ./overlay /
12-
COPY ./17/overlay /
12+
COPY ./18/overlay /
1313

1414
ENV \
1515
# set to "1" to compress backup sql files

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.0
1+
4.2.1

0 commit comments

Comments
 (0)