Skip to content

Commit a75e640

Browse files
committed
Switch to base image from AWS ECR
1 parent 80d3e14 commit a75e640

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use Debian Bullseye as a base image to link against glibc 2.31
2-
FROM debian:bullseye-slim AS base
1+
# Use Debian Bullseye as a base image to link against glibc 2.31.
2+
FROM public.ecr.aws/debian/debian:bullseye-slim AS base
33

44
RUN apt-get update \
55
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
@@ -61,7 +61,7 @@ RUN ./install-go.sh
6161

6262
# ==============================================================================
6363

64-
FROM debian:bullseye-slim AS final
64+
FROM public.ecr.aws/debian/debian:bullseye-slim AS final
6565
LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"
6666

6767
RUN apt-get update \

0 commit comments

Comments
 (0)