Skip to content

Commit

Permalink
Revert "chore: Update dsp-meta base image to Debian Bullseye (DEV-395…
Browse files Browse the repository at this point in the history
…7) (#170)"

This reverts commit acdf333.
  • Loading branch information
seakayone committed Aug 2, 2024
1 parent acdf333 commit 4c82f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /dsp-meta
COPY . .
RUN cd web-frontend && yarn install && yarn run build

FROM debian:bullseye-slim AS runtime
FROM debian:bookworm-slim AS runtime
# add data
COPY ./data /data

Expand Down

0 comments on commit 4c82f4c

Please sign in to comment.