Skip to content

Commit

Permalink
fhdgfhg
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanyLeonic committed Mar 3, 2024
1 parent cadf9b5 commit a4d5383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:12.5-slim

RUN apt update && apt install ca-certificates && apt upgrade -y
RUN apt update && apt install ca-certificates -y && apt upgrade -y
WORKDIR /usr/local/cosmic_kube
COPY backend/target/release/cosmic_kube_amd64 /usr/local/bin/cosmic_kube

Expand Down

0 comments on commit a4d5383

Please sign in to comment.