feat: Bump debian & gitit versions
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
c2f0dbeac3
commit
dd6e577892
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
## Dockerfile for gitit
|
## Dockerfile for gitit
|
||||||
FROM debian:buster-slim
|
FROM debian:bookworm-slim
|
||||||
MAINTAINER Glenn Y. Rolland <glenux@glenux.net>
|
MAINTAINER Glenn Y. Rolland <glenux@glenux.net>
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||||
## make the "en_US.UTF-8" locale
|
## make the "en_US.UTF-8" locale
|
||||||
##
|
##
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y locales \
|
&& apt-get install -y --no-install-recommends locales \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
|
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
|
||||||
ENV LANG en_US.utf8
|
ENV LANG en_US.utf8
|
||||||
|
@ -16,7 +16,7 @@ ENV LANG en_US.utf8
|
||||||
##
|
##
|
||||||
## install gitit
|
## install gitit
|
||||||
##
|
##
|
||||||
ENV GITIT_VERSION 0.12.3.1+dfsg-1
|
ENV GITIT_VERSION 0.15.1.0+dfsg-2+b5
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-cache policy gitit \
|
&& apt-cache policy gitit \
|
||||||
|
|
Loading…
Reference in a new issue