Skip to content

Commit ee5efb3

Browse files
committed
refresh
1 parent 1ffdc75 commit ee5efb3

File tree

12 files changed

+6
-12
lines changed

12 files changed

+6
-12
lines changed

bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2026-02-24"
8+
ENV REFRESHED_AT="2026-02-25"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc

bookworm/debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Build-Depends:
2222
libevent-dev,
2323
libexpat1-dev,
2424
libhiredis-dev (>= 0.10.0),
25-
libicu-dev,
2625
libjansson-dev,
2726
libjson-c-dev,
2827
libldap2-dev,

bullseye/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2026-02-24"
8+
ENV REFRESHED_AT="2026-02-25"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc

bullseye/debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Build-Depends:
2222
libevent-dev,
2323
libexpat1-dev,
2424
libhiredis-dev (>= 0.10.0),
25-
libicu-dev,
2625
libjansson-dev,
2726
libjson-c-dev,
2827
libldap2-dev,

jammy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2026-02-24"
8+
ENV REFRESHED_AT="2026-02-25"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc

jammy/debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Build-Depends:
2222
libevent-dev,
2323
libexpat1-dev,
2424
libhiredis-dev (>= 0.10.0),
25-
libicu-dev,
2625
libjansson-dev,
2726
libjson-c-dev,
2827
libldap2-dev,

noble/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2026-02-24"
8+
ENV REFRESHED_AT="2026-02-25"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc

noble/debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Build-Depends:
2222
libevent-dev,
2323
libexpat1-dev,
2424
libhiredis-dev (>= 0.10.0),
25-
libicu-dev,
2625
libjansson-dev,
2726
libjson-c-dev,
2827
libldap2-dev,

sid/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT="2026-02-24"
8+
ENV REFRESHED_AT="2026-02-25"
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc

sid/debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Build-Depends:
2222
libevent-dev,
2323
libexpat1-dev,
2424
libhiredis-dev (>= 0.10.0),
25-
libicu-dev,
2625
libjansson-dev,
2726
libjson-c-dev,
2827
libldap2-dev,

0 commit comments

Comments
 (0)