Skip to content

Commit

Permalink
chore: Update dsp-meta base image to Debian Bullseye (DEV-3957) (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Aug 2, 2024
1 parent 04ed3c4 commit acdf333
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:bookworm-slim AS runtime
FROM debian:bullseye-slim AS runtime
# add data
COPY ./data /data

Expand Down

0 comments on commit acdf333

Please sign in to comment.