Skip to content

Commit b51b1bc

Browse files
committed
refresh after switch to lua5.4
1 parent 1e31cbf commit b51b1bc

File tree

15 files changed

+15
-12
lines changed

15 files changed

+15
-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-25"
8+
ENV REFRESHED_AT="2026-03-06"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Build-Depends:
2525
libjansson-dev,
2626
libjson-c-dev,
2727
libldap2-dev,
28-
liblua5.1-0-dev,
28+
liblua5.4-dev,
2929
libmaxminddb-dev,
3030
libmemcached-dev,
3131
libmicrohttpd-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-25"
8+
ENV REFRESHED_AT="2026-03-06"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Build-Depends:
2525
libjansson-dev,
2626
libjson-c-dev,
2727
libldap2-dev,
28-
liblua5.1-0-dev,
28+
liblua5.4-dev,
2929
libmaxminddb-dev,
3030
libmemcached-dev,
3131
libmicrohttpd-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-25"
8+
ENV REFRESHED_AT="2026-03-06"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Build-Depends:
2525
libjansson-dev,
2626
libjson-c-dev,
2727
libldap2-dev,
28-
liblua5.1-0-dev,
28+
liblua5.4-dev,
2929
libmaxminddb-dev,
3030
libmemcached-dev,
3131
libmicrohttpd-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-25"
8+
ENV REFRESHED_AT="2026-03-06"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Build-Depends:
2525
libjansson-dev,
2626
libjson-c-dev,
2727
libldap2-dev,
28-
liblua5.1-0-dev,
28+
liblua5.4-dev,
2929
libmaxminddb-dev,
3030
libmemcached-dev,
3131
libmicrohttpd-dev,

noble/debian/kamailio-extra-modules.cmake-components

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ KGZCOMPRESS
33
KJANSSON
44
KUUID
55
KHTTP_ASYNC
6+
KJWT

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-25"
8+
ENV REFRESHED_AT="2026-03-06"
99

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

0 commit comments

Comments
 (0)