Skip to content

Commit

Permalink
Pin base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl committed Dec 29, 2023
1 parent 326782d commit 2d8d063
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ updates:
directory: "/projects/person-search-index-from-delius/container"
schedule:
interval: "daily"

- package-ecosystem: "docker"
directory: "/projects/redrive-dead-letter-queues/container"
schedule:
interval: "monthly" # to reduce frequency of AWS CLI updates
3 changes: 2 additions & 1 deletion projects/redrive-dead-letter-queues/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM public.ecr.aws/aws-cli/aws-cli
FROM public.ecr.aws/aws-cli/aws-cli:2.15.5

USER root
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3033
RUN yum update -y && \
yum install -y shadow-utils jq && \
yum clean all && \
Expand Down

0 comments on commit 2d8d063

Please sign in to comment.