Skip to content

Commit ff114ec

Browse files
author
Damon Haley
committed
adjust repo.
1 parent fe64e20 commit ff114ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.rocker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache curl ca-certificates && \
77
curl -fsSLk -o /usr/local/share/ca-certificates/nrel_xca1.crt https://raw.github.nrel.gov/TADA/nrel-certs/v20180329/certs/nrel_xca1.pem && \
88
update-ca-certificates
99

10-
FROM public.ecr.aws/rocker/r-ver:${BASE_IMAGE_TAG:-4.4.3}
10+
FROM rocker/r-ver:${BASE_IMAGE_TAG:-4.4.3}
1111

1212
RUN mkdir /usr/src/app
1313

0 commit comments

Comments
 (0)