Careful with nextcloud and gitlab versions

This commit is contained in:
Wojciech Kozlowski 2022-07-24 17:44:14 +02:00
parent 279eb606dd
commit 81edda50bb
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ services:
gitlab: gitlab:
container_name: gitlab container_name: gitlab
image: gitlab/gitlab-ce image: gitlab/gitlab-ce:15.2.0-ce.0
environment: environment:
GITLAB_OMNIBUS_CONFIG: | GITLAB_OMNIBUS_CONFIG: |
external_url 'https://gitlab.wojciechkozlowski.eu' external_url 'https://gitlab.wojciechkozlowski.eu'

View File

@ -1,4 +1,4 @@
FROM nextcloud:fpm FROM nextcloud:24-fpm
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get -y upgrade RUN apt-get update && apt-get -y upgrade