mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 18:26:10 +02:00
🐳 Update frontend image to nginx:1.28.0
This commit is contained in:
parent
002ae8b91a
commit
1e7127d98a
2 changed files with 2 additions and 1 deletions
|
@ -42,6 +42,7 @@ root.
|
|||
|
||||
- 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
|
||||
- Update base image for Docker Frontend to Nginx 1.28.0
|
||||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nginxinc/nginx-unprivileged:1.27.1
|
||||
FROM nginxinc/nginx-unprivileged:1.28.0
|
||||
LABEL maintainer="Penpot <docker@penpot.app>"
|
||||
|
||||
USER root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue