Skip to content

Commit 2c7e83a

Browse files
committed
Upgrade hardcoded bun version
1 parent 01981cb commit 2c7e83a

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/bin/store \
9999
zx
100100

101101
RUN export BUN_INSTALL=/usr/local \
102-
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.22"
102+
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.23"
103103

104104
# smoke tests
105105
RUN bun --version \

14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/bin/store \
9999
zx
100100

101101
RUN export BUN_INSTALL=/usr/local \
102-
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.22"
102+
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.23"
103103

104104
# smoke tests
105105
RUN bun --version \

15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/bin/store \
9999
zx
100100

101101
RUN export BUN_INSTALL=/usr/local \
102-
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.22"
102+
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.23"
103103

104104
# smoke tests
105105
RUN bun --version \

16/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/bin/store \
9898
zx
9999

100100
RUN export BUN_INSTALL=/usr/local \
101-
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.22"
101+
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.23"
102102

103103
# smoke tests
104104
RUN bun --version \

17/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/bin/store \
9898
zx
9999

100100
RUN export BUN_INSTALL=/usr/local \
101-
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.22"
101+
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.23"
102102

103103
# smoke tests
104104
RUN bun --version \

18/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/bin/store \
112112
--allow-build=yarn
113113

114114
RUN export BUN_INSTALL=/usr/local \
115-
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.22"
115+
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.23"
116116

117117
# smoke tests
118118
RUN bun --version \

19/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/bin/store \
112112
--allow-build=yarn
113113

114114
RUN export BUN_INSTALL=/usr/local \
115-
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.22"
115+
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.23"
116116

117117
# smoke tests
118118
RUN bun --version \

20/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/bin/store \
112112
--allow-build=yarn
113113

114114
RUN export BUN_INSTALL=/usr/local \
115-
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.22"
115+
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.23"
116116

117117
# smoke tests
118118
RUN bun --version \

21/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/bin/store \
112112
--allow-build=yarn
113113

114114
RUN export BUN_INSTALL=/usr/local \
115-
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.22"
115+
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.23"
116116

117117
# smoke tests
118118
RUN bun --version \

22/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/bin/store \
112112
--allow-build=yarn
113113

114114
RUN export BUN_INSTALL=/usr/local \
115-
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.22"
115+
&& curl -fsSL https://bun.com/install | bash -s "bun-v1.2.23"
116116

117117
# smoke tests
118118
RUN bun --version \

0 commit comments

Comments
 (0)