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 6
6
# You may obtain a copy of the License at the LICENSE file in
7
7
# the root directory of this source tree.
8
8
9
- FROM golang:1.22.3-alpine AS builder
9
+ FROM docker.io/library/ golang:1.22.3-alpine AS builder
10
10
11
11
RUN apk add --update --no-cache make
12
12
@@ -21,7 +21,7 @@ RUN make build
21
21
22
22
# ###############
23
23
24
- FROM alpine:3.20.0
24
+ FROM docker.io/library/ alpine:3.20.0
25
25
26
26
# Mitigate CVE-2023-5363
27
27
RUN apk add --no-cache --upgrade "openssl>=3.1.4-r1"
Original file line number Diff line number Diff line change 6
6
# You may obtain a copy of the License at the LICENSE file in
7
7
# the root directory of this source tree.
8
8
9
- FROM alpine:3.20.0
9
+ FROM docker.io/library/ alpine:3.20.0
10
10
11
11
COPY terraform-docs /usr/local/bin/terraform-docs
12
12
You can’t perform that action at this time.
0 commit comments