Skip to content

Commit

Permalink
Merge pull request #1402 from alphagov/dj-maisy/asset-mgr-ubuntu24
Browse files Browse the repository at this point in the history
Netcat package has been renamed in Ubuntu 24
  • Loading branch information
dj-maisy authored Jun 17, 2024
2 parents bc4ee51 + 12dab2d commit 5ef3ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG ruby_version=3.3
ARG base_image=ghcr.io/alphagov/govuk-ruby-base:$ruby_version
ARG builder_image=ghcr.io/alphagov/govuk-ruby-builder:$ruby_version

FROM --platform=$TARGETPLATFORM public.ecr.aws/lts/ubuntu:22.04_stable AS clam_builder
FROM --platform=$TARGETPLATFORM public.ecr.aws/lts/ubuntu:24.04_stable AS clam_builder

ARG clamav_version

Expand Down Expand Up @@ -125,7 +125,7 @@ RUN apt update && apt-get install -y libbz2-1.0 \
libxml2 \
zlib1g \
tzdata \
netcat && \
netcat-traditional && \
mkdir -p /var/run/clamav /var/lib/clamav /usr/local/share/clamav && \
chown app:app /var/run/clamav /var/lib/clamav /usr/local/share/clamav

Expand Down

0 comments on commit 5ef3ece

Please sign in to comment.