Skip to content

Commit

Permalink
fix: aptly/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 4, 2023
1 parent 0467b47 commit ff6ed16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aptly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN git clone --branch v1.5.0 https://github.com/aptly-dev/aptly.git && \
cd aptly && \
make modules install

FROM ubuntu:22.04
FROM ubuntu:22.10

RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y awscli curl git gpg jq wget && \
Expand Down

0 comments on commit ff6ed16

Please sign in to comment.