mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
Update Dockerfile FROM command to use non-ambiguous container sources
Signed-off-by: Ingmar Delsink <ingmardelsink@hotmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# You may obtain a copy of the License at the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
FROM golang:1.22.3-alpine AS builder
|
||||
FROM docker.io/library/golang:1.22.3-alpine AS builder
|
||||
|
||||
RUN apk add --update --no-cache make
|
||||
|
||||
@@ -21,7 +21,7 @@ RUN make build
|
||||
|
||||
################
|
||||
|
||||
FROM alpine:3.20.0
|
||||
FROM docker.io/library/alpine:3.20.0
|
||||
|
||||
# Mitigate CVE-2023-5363
|
||||
RUN apk add --no-cache --upgrade "openssl>=3.1.4-r1"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# You may obtain a copy of the License at the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
FROM alpine:3.20.0
|
||||
FROM docker.io/library/alpine:3.20.0
|
||||
|
||||
COPY terraform-docs /usr/local/bin/terraform-docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user