Skip to content

Commit

Permalink
🚑 Use imbios/bun-node:22-alpine to build in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mariush2 committed Jan 28, 2025
1 parent 612aa2d commit f442856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_files/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base
FROM oven/bun:alpine as base
FROM imbios/bun-node:22-alpine AS base
WORKDIR /app
COPY package.json ./
COPY bun.lockb ./
Expand Down

0 comments on commit f442856

Please sign in to comment.