Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# ============================================================================
# Build Stage
# ============================================================================
FROM rust:1.97-bookworm AS builder
FROM rust:1.98-bookworm AS builder

# Install build dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -164,7 +164,7 @@
chown -R dakera:dakera /data

# Switch to non-root user
USER dakera

Check failure on line 167 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / Validate Docker Configs

DL3066 info: Non-numeric user-id may not be resolvable by host system
WORKDIR /home/dakera

# Environment variables
Expand Down