(#721) remove reference to Hashicorp docker mirror in workflow (#723)

Signed-off-by: Jordan Gregory <jordan@j4ng5y.dev>
This commit is contained in:
Jordan Gregory 2023-10-13 10:59:02 -05:00 committed by GitHub
parent 1f910a5078
commit 913578a9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
# action would set, and ensure that there's a suitable "tofu" executable
# in the dist/linux/${TARGETARCH} directory.
FROM docker.mirror.hashicorp.services/alpine:latest AS default
FROM docker.io/alpine:latest AS default
# This is intended to be run from the hashicorp/actions-docker-build GitHub
# action, which sets these appropriately based on context.