Skip to content

Commit e92393c

Browse files
authored
Update Dockerfile
1 parent 1347400 commit e92393c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# use the official Bun image
22
# see all versions at https://hub.docker.com/r/oven/bun/tags
3-
FROM oven/bun:debian AS base
3+
FROM oven/bun:1.1.0 AS base
44
WORKDIR /usr/src/app
55

66
# install dependencies into temp directory

0 commit comments

Comments
 (0)