Skip to content

Commit

Permalink
try latest in the build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotalantikite committed Dec 26, 2023
1 parent 07ad631 commit 3f56ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions services/uploads/src/avLayer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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]
command: [./build.sh]

0 comments on commit 3f56ef4

Please sign in to comment.