summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt Arnold <matt@thegnuguru.org>2023-03-21 19:35:30 -0400
committerMatt Arnold <matt@thegnuguru.org>2023-03-21 19:35:30 -0400
commitc6c9b30bf3f8c3d8e81341145e4136781db05279 (patch)
tree06b8d7573de53bec8ae3a24b67c8506cfbfcfc05
parentb5d9a4a473a8e40a724b98f5033f33400e15be78 (diff)
Move away from chainguard
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6e372e9..d6f1cca 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM cgr.dev/chainguard/alpine-base:latest
+FROM alpine:edge
 
 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