Skip to content

Commit bb8a519

Browse files
authored
update base image (#2454)
1 parent af695e3 commit bb8a519

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/runtime/commonbase/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ RUN apt-get update \
77
&& apt-get upgrade -y \
88
&& apt-get install -y --no-install-recommends \
99
xz-utils \
10+
ca-certificates \
1011
curl \
1112
gnupg \
1213
netbase \
13-
sq \
1414
wget \
1515
&& rm -rf /var/lib/apt/lists/*
1616

images/runtime/dotnetcore/8.0/bookworm.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARG RELEASE_TAG_NAME=unspecified
2020
ENV RELEASE_TAG_NAME=${RELEASE_TAG_NAME}
2121
ENV GIT_COMMIT=${GIT_COMMIT}
2222
ENV BUILD_NUMBER=${BUILD_NUMBER}
23-
#Bake in client certificate path into image to avoid downloading it
23+
# Bake in client certificate path into image to avoid downloading it
2424
ENV PATH_CA_CERTIFICATE="/etc/ssl/certs/ca-certificate.crt"
2525
RUN chmod +x build.sh && ./build.sh dotnetcore /opt/startupcmdgen/startupcmdgen
2626

0 commit comments

Comments
 (0)