Skip to content

Commit

Permalink
Use ECR alpine image (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Apr 14, 2023
1 parent 4ee695a commit e0cbd1a
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
@@ -1,4 +1,4 @@
FROM python:3.11.2-slim-buster
FROM public.ecr.aws/docker/library/python:3.11.2-slim-buster

ENV KUBECTL_VERSION 1.26.3
ENV HELM_VERSION 3.11.1
Expand Down Expand Up @@ -28,4 +28,4 @@ RUN apt-get update && apt-get install -y \
git=1:2.20.1-2+deb10u8

COPY entrypoint.sh /usr/local/bin/entrypoint
ENTRYPOINT [ "/usr/local/bin/entrypoint" ]
ENTRYPOINT [ "/usr/local/bin/entrypoint" ]

0 comments on commit e0cbd1a

Please sign in to comment.