Skip to content

Commit c35d127

Browse files
committed
2 parents e03a66e + e92393c commit c35d127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
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:slim AS base
3+
FROM oven/bun:1.1.0 AS base
44
WORKDIR /usr/src/app
55

66
# install dependencies into temp directory
@@ -33,4 +33,4 @@ COPY --from=prerelease /usr/src/app .
3333

3434
# run the app
3535
USER bun
36-
ENTRYPOINT [ "bun", "run", "app.js" ]
36+
ENTRYPOINT [ "bun", "run", "app.js" ]

0 commit comments

Comments
 (0)