Skip to content

Commit 93be416

Browse files
committed
fix: Freeze docker image
1 parent ebbc3c7 commit 93be416

File tree

1 file changed

+2
-2
lines changed
  • packages/cdk-s3-antivirus/src/layers/clamav

1 file changed

+2
-2
lines changed

packages/cdk-s3-antivirus/src/layers/clamav/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM public.ecr.aws/lambda/provided:latest
1+
FROM public.ecr.aws/lambda/provided:al2.2021.09.13.11
22

33
ARG asset_name=layer
4-
ARG CLAMAV_VERSION=0.103.3-1.el7
4+
ARG CLAMAV_VERSION=0.103.3-5.el7
55

66
USER root
77
RUN mkdir -p /opt/{lib,clamav}

0 commit comments

Comments
 (0)