Skip to content

Commit

Permalink
Downgrade base docker images because some packages were built on the …
Browse files Browse the repository at this point in the history
…previous image version (#687)
  • Loading branch information
Brikaa authored Sep 17, 2024
1 parent 40b8598 commit 4766134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM buildpack-deps:bookworm AS isolate
FROM buildpack-deps:buster AS isolate
RUN apt-get update && \
apt-get install -y --no-install-recommends git libcap-dev && \
rm -rf /var/lib/apt/lists/* && \
Expand All @@ -8,7 +8,7 @@ RUN apt-get update && \
make -j$(nproc) install && \
rm -rf /tmp/*

FROM node:20-bookworm-slim
FROM node:15.10.0-buster-slim

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 4766134

Please sign in to comment.