Skip to content

Commit

Permalink
chore/revert update docker base image (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Aug 2, 2024
1 parent acdf333 commit 559a759
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 559a759

Please sign in to comment.