Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Jan 17, 2025
1 parent 36c3087 commit 04b0daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/laos-node.local.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM docker.io/library/ubuntu:22.04
FROM docker.io/library/ubuntu:24.04

# show backtraces
ENV RUST_BACKTRACE 1

# Create user
RUN useradd -m -u 1000 -U -s /bin/sh -d /laos laos
RUN useradd -m -u 2000 -U -s /bin/sh -d /laos laos

# Set up directories and permissions
RUN mkdir -p /data /laos/.local/share && \
Expand All @@ -27,4 +27,4 @@ EXPOSE 9930 9333 9944 30333 30334
VOLUME ["/data"]

# ws_port
ENTRYPOINT ["/usr/bin/laos"]
ENTRYPOINT ["/usr/bin/laos"]

0 comments on commit 04b0daf

Please sign in to comment.