ci: apt-get upgrade -y
This commit is contained in:
@@ -19,7 +19,7 @@ RUN cd /src && go build \
|
||||
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
RUN apt-get update && apt-get upgrade \
|
||||
RUN apt-get update && apt-get upgrade -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=0 /src/server /opt/server
|
||||
|
Reference in New Issue
Block a user