Skip to content

Commit 685ea1e

Browse files
committed
deps: update to latest pnpm
1 parent c1c4317 commit 685ea1e

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

dist/18-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN set -eux; \
2525
libc6-compat \
2626
&& ARCH=$(uname -m) && \
2727
if [ "$ARCH" = "x86_64" ]; then \
28-
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.25.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
28+
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.27.1/pnpm-linuxstatic-x64" -o /bin/pnpm; \
2929
elif [ "$ARCH" = "aarch64" ]; then \
30-
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.25.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
30+
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.27.1/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
3131
fi \
3232
&& chmod +x /bin/pnpm \
3333
&& yarn global add turbo

dist/19-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN set -eux; \
2525
libc6-compat \
2626
&& ARCH=$(uname -m) && \
2727
if [ "$ARCH" = "x86_64" ]; then \
28-
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.25.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
28+
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.27.1/pnpm-linuxstatic-x64" -o /bin/pnpm; \
2929
elif [ "$ARCH" = "aarch64" ]; then \
30-
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.25.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
30+
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.27.1/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
3131
fi \
3232
&& chmod +x /bin/pnpm \
3333
&& yarn global add turbo

dist/lts-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN set -eux; \
2525
libc6-compat \
2626
&& ARCH=$(uname -m) && \
2727
if [ "$ARCH" = "x86_64" ]; then \
28-
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.25.0/pnpm-linuxstatic-x64" -o /bin/pnpm; \
28+
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.27.1/pnpm-linuxstatic-x64" -o /bin/pnpm; \
2929
elif [ "$ARCH" = "aarch64" ]; then \
30-
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.25.0/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
30+
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v7.27.1/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
3131
fi \
3232
&& chmod +x /bin/pnpm \
3333
&& yarn global add turbo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"url": "https://github.com/wayofdev/docker-node.git"
55
},
66
"dependencies": {
7-
"pnpm": "^7.25.0"
7+
"pnpm": "^7.27.1"
88
}
99
}

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:base"
5-
]
5+
],
6+
"automerge": true,
7+
"platformAutomerge": true
68
}

0 commit comments

Comments
 (0)