diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3696ce5..4dae1ca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,9 +61,9 @@ jobs: build-and-run-docker-compose: needs: - - lint-bash-scripts - - lint-docker-files - - lint-docker-compose-file + # - lint-bash-scripts + # - lint-docker-files + # - lint-docker-compose-file timeout-minutes: 20 runs-on: ubuntu-20.04 steps: @@ -82,9 +82,9 @@ jobs: run-remote-image-docker-compose: needs: - - lint-bash-scripts - - lint-docker-files - - lint-docker-compose-file + # - lint-bash-scripts + # - lint-docker-files + # - lint-docker-compose-file timeout-minutes: 10 runs-on: ubuntu-20.04 steps: diff --git a/containers/zammad-postgresql/Dockerfile b/containers/zammad-postgresql/Dockerfile index ce58218..eaf2906 100644 --- a/containers/zammad-postgresql/Dockerfile +++ b/containers/zammad-postgresql/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:9.6.17-alpine +FROM postgres:9.6.20-alpine ARG BUILD_DATE diff --git a/docker-compose.yml b/docker-compose.yml index 7943082..57e9c06 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -45,7 +45,7 @@ services: zammad-memcached: command: memcached -m 256M - image: memcached:1.6.7-alpine + image: memcached:1.6.9-alpine restart: ${RESTART} zammad-nginx: @@ -123,4 +123,4 @@ volumes: driver: local -test \ No newline at end of file +faillintertest? \ No newline at end of file