Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
steven1227 committed Jun 19, 2024
1 parent d106e4a commit 2c47030
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,4 +1,4 @@
FROM ubuntu:18.04 as Build
FROM ubuntu:22.04 as Build
RUN apt-get update && apt-get install -y wget \
unzip \
sed \
Expand All @@ -18,4 +18,4 @@ COPY --from=Build /neo/neo-cli .
COPY start.sh .
# RUN chmod +x start.sh

ENTRYPOINT ["sh","/neo-cli/start.sh" ]
ENTRYPOINT ["sh","/neo-cli/start.sh" ]

0 comments on commit 2c47030

Please sign in to comment.