summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 0e03041..258cdda 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,6 @@
-FROM alpine:latest
+FROM cgr.dev/chainguard/alpine-base:latest
 
+RUN echo -e  "\nhttps://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
 RUN apk add --update --no-cache go git make musl-dev curl openssl
 RUN mkdir -p /app/src
 WORKDIR /app/src
@@ -14,5 +15,4 @@ WORKDIR /
 COPY entrypoint.sh /
 RUN chmod +x entrypoint.sh
 EXPOSE 3000
-RUN ip addr
 ENTRYPOINT ./entrypoint.sh