Skip to content

Commit

Permalink
Revert "fix image (#5)" (#8)
Browse files Browse the repository at this point in the history
This reverts commit 0acf2c8.
  • Loading branch information
ZhengYuTay authored Jan 2, 2024
1 parent 0acf2c8 commit 70a4973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=linux/amd64 debian:bullseye-slim
FROM --platform=linux/amd64 debian:bookworm-slim

RUN apt-get update && apt-get install unzip openssl ca-certificates libssl1.1 -y
RUN apt-get update && apt-get install unzip openssl ca-certificates -y
COPY ./jupiter-swap-api-x86_64-unknown-linux-gnu.zip ./jupiter-swap-api-x86_64-unknown-linux-gnu.zip
RUN unzip jupiter-swap-api-x86_64-unknown-linux-gnu.zip
RUN rm jupiter-swap-api-x86_64-unknown-linux-gnu.zip
Expand Down

0 comments on commit 70a4973

Please sign in to comment.