🐳 Update docker images to ubuntu 24.04

This commit is contained in:
Yamila Moreno 2025-05-07 18:08:20 +02:00
parent 6831acb71d
commit 002ae8b91a
3 changed files with 5 additions and 5 deletions

View file

@ -41,6 +41,7 @@ root.
### :sparkles: New features
- Optimize profile setup flow for better user experience [Taiga #10028](https://tree.taiga.io/project/penpot/us/10028)
- Update base image for Docker Backend and Exporter to Ubuntu 24.04
### :bug: Bugs fixed

View file

@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
LABEL maintainer="Penpot <docker@penpot.app>"
ENV LANG='en_US.UTF-8' \

View file

@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
LABEL maintainer="Penpot <docker@penpot.app>"
ENV LANG=en_US.UTF-8 \
@ -32,8 +32,8 @@ RUN set -ex; \
netpbm \
poppler-utils \
potrace \
gconf-service \
libasound2 \
dconf-service \
libasound2t64 \
libatk1.0-0 \
libatk-bridge2.0-0 \
libatomic1 \
@ -43,7 +43,6 @@ RUN set -ex; \
libexpat1 \
libfontconfig1 \
libgcc1 \
libgconf-2-4 \
libgdk-pixbuf2.0-0 \
libglib2.0-0 \
libgtk-3-0 \