Skip to content

Commit 2bb79fc

Browse files
renovate[bot]Weltraumschaf
authored andcommitted
Update oven/bun Docker tag to v1.3
1 parent d863005 commit 2bb79fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hook-sdk/nodejs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM oven/bun:1.2 AS build
5+
FROM oven/bun:1.3 AS build
66
WORKDIR /home/app/
77
COPY package.json package-lock.json ./
88
RUN bun install --ignore-scripts

parser-sdk/nodejs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM oven/bun:1.2 AS build
5+
FROM oven/bun:1.3 AS build
66
WORKDIR /home/app/
77
COPY package.json package-lock.json ./
88
RUN bun install --ignore-scripts

0 commit comments

Comments
 (0)