Skip to content

Commit d69a6c8

Browse files
committed
fix: Typo
1 parent ce48c6b commit d69a6c8

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Dockerfile-debian-otel.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN set -x; \
1515
" \
1616
&& case "$dpkgArch" in \
1717
amd64|arm64) \
18-
# arches officialy built by upstream
18+
# arches officially built by upstream
1919
echo "deb [signed-by=$NGINX_GPGKEY_PATH] %%PACKAGEREPO%% %%DEBIAN_VERSION%% nginx" >> /etc/apt/sources.list.d/nginx.list \
2020
&& apt-get update \
2121
;; \

Dockerfile-debian-perl.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -x; \
1313
" \
1414
&& case "$dpkgArch" in \
1515
amd64|arm64) \
16-
# arches officialy built by upstream
16+
# arches officially built by upstream
1717
echo "deb [signed-by=$NGINX_GPGKEY_PATH] %%PACKAGEREPO%% %%DEBIAN_VERSION%% nginx" >> /etc/apt/sources.list.d/nginx.list \
1818
&& apt-get update \
1919
;; \

Dockerfile-debian.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN set -x \
4141
" \
4242
&& case "$dpkgArch" in \
4343
amd64|arm64) \
44-
# arches officialy built by upstream
44+
# arches officially built by upstream
4545
echo "deb [signed-by=$NGINX_GPGKEY_PATH] %%PACKAGEREPO%% %%DEBIAN_VERSION%% nginx" >> /etc/apt/sources.list.d/nginx.list \
4646
&& apt-get update \
4747
;; \

mainline/debian-otel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN set -x; \
2626
" \
2727
&& case "$dpkgArch" in \
2828
amd64|arm64) \
29-
# arches officialy built by upstream
29+
# arches officially built by upstream
3030
echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/mainline/debian/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list \
3131
&& apt-get update \
3232
;; \

mainline/debian-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -x; \
2424
" \
2525
&& case "$dpkgArch" in \
2626
amd64|arm64) \
27-
# arches officialy built by upstream
27+
# arches officially built by upstream
2828
echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/mainline/debian/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list \
2929
&& apt-get update \
3030
;; \

mainline/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN set -x \
5151
" \
5252
&& case "$dpkgArch" in \
5353
amd64|arm64) \
54-
# arches officialy built by upstream
54+
# arches officially built by upstream
5555
echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/mainline/debian/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list \
5656
&& apt-get update \
5757
;; \

stable/debian-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -x; \
2424
" \
2525
&& case "$dpkgArch" in \
2626
amd64|arm64) \
27-
# arches officialy built by upstream
27+
# arches officially built by upstream
2828
echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/debian/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list \
2929
&& apt-get update \
3030
;; \

stable/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN set -x \
5151
" \
5252
&& case "$dpkgArch" in \
5353
amd64|arm64) \
54-
# arches officialy built by upstream
54+
# arches officially built by upstream
5555
echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/debian/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list \
5656
&& apt-get update \
5757
;; \

0 commit comments

Comments
 (0)