You've already forked postfixadmin-fetchmail-docker
Compare commits
5 Commits
6789060505
...
master
Author | SHA1 | Date | |
---|---|---|---|
a8de1c0069 | |||
c2e791d88e
|
|||
6689094aa8 | |||
3b72951f3d
|
|||
84fcf62165 |
@@ -14,7 +14,7 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5.0.0
|
||||
- uses: peter-evans/dockerhub-description@v4.0.2
|
||||
- uses: peter-evans/dockerhub-description@v5.0.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_IO_PASSWORD }}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/alpine:3.22.1
|
||||
FROM docker.io/library/alpine:3.22.2
|
||||
|
||||
# The file /etc/apk/repositories contains a list of the apk repositories. By
|
||||
# default contains this file a list of the stable repositories pointing to the
|
||||
|
Reference in New Issue
Block a user