diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-19 12:12:04 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-19 12:12:04 +0100 |
commit | dab6b649e3a72a21504581de3bfd57006f366427 (patch) | |
tree | d81c45a5eabf6a19f928ae5fbf662c6d63a536a8 /Dockerfile | |
parent | 72ebe998bcee4e9e3885edcbfb13a60c356ba37c (diff) |
Expand image source identifier for docker.io
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM golang:alpine +FROM docker.io/golang:alpine WORKDIR /app |