1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Compare commits

...

3 commits

Author SHA1 Message Date
lando814
8d688e7f83
Merge 2997e130ff into 79450eac6a 2025-05-20 16:51:43 +03:00
catborise
79450eac6a
Merge pull request #671 from lando814/patch-1
ubdate base image
2025-05-20 16:51:35 +03:00
lando814
a56ce2a58f
ubdate base image
updated base image from jammy to noble due to error message during docker build

ERROR: No matching distribution found for crypt-r==3.13.1
2025-05-19 17:21:29 +02:00

View file

@ -1,4 +1,4 @@
FROM phusion/baseimage:jammy-1.0.1
FROM phusion/baseimage:noble-1.0.2
EXPOSE 80
EXPOSE 6080