File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66# You may obtain a copy of the License at the LICENSE file in
77# the root directory of this source tree.
88
9- FROM golang:1.22.3-alpine AS builder
9+ FROM docker.io/library/ golang:1.22.3-alpine AS builder
1010
1111RUN apk add --update --no-cache make
1212
@@ -21,7 +21,7 @@ RUN make build
2121
2222# ###############
2323
24- FROM alpine:3.20.0
24+ FROM docker.io/library/ alpine:3.20.0
2525
2626# Mitigate CVE-2023-5363
2727RUN apk add --no-cache --upgrade "openssl>=3.1.4-r1"
Original file line number Diff line number Diff line change 66# You may obtain a copy of the License at the LICENSE file in
77# the root directory of this source tree.
88
9- FROM alpine:3.20.0
9+ FROM docker.io/library/ alpine:3.20.0
1010
1111COPY terraform-docs /usr/local/bin/terraform-docs
1212
You can’t perform that action at this time.
0 commit comments