From 3f56ef41d5836584e5743738783194ec9c33cb2a Mon Sep 17 00:00:00 2001 From: Mojo Talantikite Date: Tue, 26 Dec 2023 14:27:53 -0500 Subject: [PATCH] try latest in the build step --- .github/workflows/deploy.yml | 2 -- services/uploads/src/avLayer/docker-compose.yml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9d341c2ea4..eda7341405 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -252,8 +252,6 @@ jobs: build-clamav-layer: name: build - clamav layer runs-on: ubuntu-20.04 - container: - image: amazonlinux:2 steps: - name: Check out repository uses: actions/checkout@v4 diff --git a/services/uploads/src/avLayer/docker-compose.yml b/services/uploads/src/avLayer/docker-compose.yml index fada22f0f6..49ee7eebfb 100644 --- a/services/uploads/src/avLayer/docker-compose.yml +++ b/services/uploads/src/avLayer/docker-compose.yml @@ -1,8 +1,8 @@ version: '2' services: layer: - image: amazonlinux:2 + image: amazonlinux:latest working_dir: /opt/app volumes: - ./build:/opt/app - command: [./build.sh] \ No newline at end of file + command: [./build.sh]