Skip to content

Commit

Permalink
build(container): 🐛 don't use full container registry path (rely on s…
Browse files Browse the repository at this point in the history
…hortnames translation)
  • Loading branch information
joshuar committed May 28, 2024
1 parent 40c497a commit 0249e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://opensource.org/licenses/MIT

ARG GO_VERSION=1.22
FROM docker.io/golang:$GO_VERSION AS builder
FROM golang:$GO_VERSION AS builder
WORKDIR /usr/src/go-hass-agent

ARG TARGETARCH
Expand Down

0 comments on commit 0249e48

Please sign in to comment.