From 98432644e176df14269098a6cc87c9c711c2d08d Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Fri, 20 Oct 2023 19:14:43 +0700 Subject: [PATCH] WIP --- components/testing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/testing/Dockerfile b/components/testing/Dockerfile index f14b70f54..b81c07645 100644 --- a/components/testing/Dockerfile +++ b/components/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/debian/alpine:latest +FROM public.ecr.aws/docker/library/alpine:latest RUN apk update && apk upgrade && apk add --update --no-cache sipp curl postgresql-client bind-tools