Skip to content

Commit

Permalink
feat(container): update image docker.io/library/alpine (3.20 → 3.21)
Browse files Browse the repository at this point in the history
| datasource | package                  | from | to   |
| ---------- | ------------------------ | ---- | ---- |
| docker     | docker.io/library/alpine | 3.20 | 3.21 |
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 153d0c6 commit 03ed923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/library/alpine:3.20
FROM docker.io/library/alpine:3.21
ADD ./dyndns.sh .
ENTRYPOINT [ "./dyndns.sh" ]

0 comments on commit 03ed923

Please sign in to comment.