Skip to content

Commit

Permalink
ci: debian 12 and latest bun
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed May 20, 2024
1 parent 5cc22c9 commit 0354494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM debian:11.6-slim as base
FROM debian:12-slim as base
WORKDIR /app

ENV PATH="${PATH}:/root/.bun/bin"

RUN apt update
RUN apt install curl unzip patch -y

RUN curl https://bun.sh/install | bash -s -- bun-v1.0.21
RUN curl https://bun.sh/install

RUN bun -v

Expand All @@ -31,7 +31,7 @@ RUN cd web && bun ./tools/patchSW.ts

# ? -------------------------

FROM gcr.io/distroless/cc
FROM gcr.io/distroless/cc-debian12
WORKDIR /app

ENV HOST 0.0.0.0
Expand Down

0 comments on commit 0354494

Please sign in to comment.