Skip to content

Commit

Permalink
Merge pull request #959 from equinor/fix/remote-dockerfile
Browse files Browse the repository at this point in the history
🚑 Use imbios/bun-node:22-alpine to build in dockerfile
  • Loading branch information
mariush2 authored Jan 28, 2025
2 parents 612aa2d + f442856 commit 7f71526
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 7f71526

Please sign in to comment.