We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1347400 commit e92393cCopy full SHA for e92393c
Dockerfile
@@ -1,6 +1,6 @@
1
# use the official Bun image
2
# see all versions at https://hub.docker.com/r/oven/bun/tags
3
-FROM oven/bun:debian AS base
+FROM oven/bun:1.1.0 AS base
4
WORKDIR /usr/src/app
5
6
# install dependencies into temp directory
0 commit comments