Skip to content

Commit

Permalink
chore(deps): update docker.io/library/alpine docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent f480586 commit c19c8b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# renovate: datasource=repology depName=alpine_3_18/iptables versioning=loose
# renovate: datasource=repology depName=alpine_3_19/iptables versioning=loose
ARG IPTABLES_VERSION=1.8.9-r2
# renovate: datasource=github-releases depName=kubernetes/dns
ARG KUBERNETES_DNS_VERSION=1.23.1


FROM docker.io/library/alpine:3.18.10@sha256:b90c141a9f1d528f87dc2a54f85a3f49d3c42b10fb00cd42e7f19ba4c9071fa8 AS iptables-installer
FROM docker.io/library/alpine:3.19.5@sha256:1269259bb1aaa81d18ea82827bd825a385e2b92d5647e67a332a69633b5a0ea1 AS iptables-installer

ARG IPTABLES_VERSION
# ARGs are only available during build-time. we include them as ENVs, too, so they are available in image metadata and at run-time.
Expand Down

0 comments on commit c19c8b5

Please sign in to comment.