mirror of https://github.com/penpot/penpot.git
🐳 Update frontend image to nginx:1.28.0
This commit is contained in:
parent
002ae8b91a
commit
1e7127d98a
|
|
@ -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…
Reference in New Issue