Update to base image 4.0.0

This commit is contained in:
Johannes Zellner 2022-12-09 17:32:22 +01:00
parent a5b6a658d2
commit ea0c262cfd
2 changed files with 2 additions and 2 deletions

View file

@ -293,5 +293,5 @@
[1.18.6]
* Update Prometheus to 2.40.6
* Update Coudron base image to 4.0.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.6)

View file

@ -1,4 +1,4 @@
FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd14060332dd88263ea
FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df
RUN mkdir -p /app/code /app/pkg
WORKDIR /app/code