Skip to content

Commit

Permalink
Merge pull request #323 from juliushaertl/renovate/ubuntu-24.x
Browse files Browse the repository at this point in the history
chore(deps): update ubuntu docker tag to v24
  • Loading branch information
juliusknorr authored Jun 7, 2024
2 parents 8bfdc12 + f7c23b8 commit 3dd1fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/codedev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 ubuntu:22.04
FROM --platform=linux/amd64 ubuntu:24.04

RUN apt update && \
apt install -y git build-essential zip ccache junit4 libkrb5-dev nasm graphviz python3 python3-dev qtbase5-dev libkf5coreaddons-dev libkf5i18n-dev libkf5config-dev libkf5windowsystem-dev libkf5kio-dev autoconf libcups2-dev libfontconfig1-dev gperf default-jdk doxygen libxslt1-dev xsltproc libxml2-utils libxrandr-dev libx11-dev bison flex libgtk-3-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev ant ant-optional libnss3-dev libavahi-client-dev libxt-dev \
Expand Down
2 changes: 1 addition & 1 deletion docker/lookupserver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ENV DEBIAN_FRONTEND=noninteractive
ENV DBPASSWD=abrakadabra
Expand Down

0 comments on commit 3dd1fa6

Please sign in to comment.