Skip to content

Commit

Permalink
chore: update Yarn to 1.22.18
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneog committed Mar 17, 2022
1 parent c5a2316 commit f75491b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 16/alpine3.14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN addgroup -g 1000 node \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.17
ENV YARN_VERSION 1.22.18

RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& for key in \
Expand Down
2 changes: 1 addition & 1 deletion 16/alpine3.15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN addgroup -g 1000 node \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.17
ENV YARN_VERSION 1.22.18

RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& for key in \
Expand Down
2 changes: 1 addition & 1 deletion 16/bullseye-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.17
ENV YARN_VERSION 1.22.18

RUN set -ex \
&& savedAptMark="$(apt-mark showmanual)" \
Expand Down
2 changes: 1 addition & 1 deletion 16/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.17
ENV YARN_VERSION 1.22.18

RUN set -ex \
&& for key in \
Expand Down
2 changes: 1 addition & 1 deletion 16/buster-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.17
ENV YARN_VERSION 1.22.18

RUN set -ex \
&& savedAptMark="$(apt-mark showmanual)" \
Expand Down
2 changes: 1 addition & 1 deletion 16/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.17
ENV YARN_VERSION 1.22.18

RUN set -ex \
&& for key in \
Expand Down
2 changes: 1 addition & 1 deletion 16/stretch-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.17
ENV YARN_VERSION 1.22.18

RUN set -ex \
&& savedAptMark="$(apt-mark showmanual)" \
Expand Down
2 changes: 1 addition & 1 deletion 16/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.22.17
ENV YARN_VERSION 1.22.18

RUN set -ex \
&& for key in \
Expand Down

0 comments on commit f75491b

Please sign in to comment.