aboutsummaryrefslogtreecommitdiff
path: root/src/go-echo/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/go-echo/Dockerfile')
-rw-r--r--src/go-echo/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go-echo/Dockerfile b/src/go-echo/Dockerfile
index fbd7c28..6d6cd79 100644
--- a/src/go-echo/Dockerfile
+++ b/src/go-echo/Dockerfile
@@ -7,6 +7,6 @@ RUN git clone https://git.ofmax.li/go-echo \
&& cd go-echo \
&& go build -o /go-echo
-FROM registry.gitlab.com/grumps/grumpy-containers/base:${BASE_VER}
+FROM public.ecr.aws/s0f9o2k5/base:${BASE_VER}
COPY --from=0 /app/go-echo /opt/app/go-echo
CMD [ "/opt/app/go-echo" ]