mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Use non-EOL ubuntu base image for GitlabCI
This commit is contained in:
parent
3155e0bb60
commit
83e3dc708b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
## To run the container
|
||||
# docker run -it -p 127.0.0.1:9092:9092 "${CI_REGISTRY_IMAGE}" retroshare-service --jsonApiPort 9092 --jsonApiBindAddress 0.0.0.0
|
||||
|
||||
FROM ubuntu:21.10
|
||||
FROM ubuntu:22.04
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV APT_UNAT="--assume-yes --quiet"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue