File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 ;; \
Original file line number Diff line number Diff 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 ;; \
Original file line number Diff line number Diff 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 ;; \
Original file line number Diff line number Diff 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 ;; \
Original file line number Diff line number Diff 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 ;; \
Original file line number Diff line number Diff 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 ;; \
Original file line number Diff line number Diff 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 ;; \
Original file line number Diff line number Diff 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 ;; \
You can’t perform that action at this time.
0 commit comments