We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d3e14 commit a75e640Copy full SHA for a75e640
1 file changed
Dockerfile
@@ -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
+# Use Debian Bullseye as a base image to link against glibc 2.31.
+FROM public.ecr.aws/debian/debian:bullseye-slim AS base
3
4
RUN apt-get update \
5
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
@@ -61,7 +61,7 @@ RUN ./install-go.sh
61
62
# ==============================================================================
63
64
-FROM debian:bullseye-slim AS final
+FROM public.ecr.aws/debian/debian:bullseye-slim AS final
65
LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"
66
67
0 commit comments