Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dexamethazon committed Nov 21, 2023
1 parent 1e80984 commit bd3fd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .maintain/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY ./Cargo.toml /app/Cargo.toml
RUN cargo build --release

# Production image, copy all the files and run
FROM debian:buster-slim AS runner
FROM debian:bullseye-slim AS runner
LABEL social.myriad.image.authors="[email protected]"
# Create user and set ownership and permissions as required
RUN useradd -m -u 1001 -U -s /bin/sh -d /home/myriad myriad
Expand Down

0 comments on commit bd3fd3c

Please sign in to comment.