summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-19 12:12:04 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-19 12:12:04 +0100
commitdab6b649e3a72a21504581de3bfd57006f366427 (patch)
treed81c45a5eabf6a19f928ae5fbf662c6d63a536a8 /Dockerfile
parent72ebe998bcee4e9e3885edcbfb13a60c356ba37c (diff)
Expand image source identifier for docker.io
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fbae58b..3c01103 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:alpine
+FROM docker.io/golang:alpine
WORKDIR /app