Unverified Commit 67fa36f4 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update Dockerfile

Update Dockerfile
parents 38c2d1c8 f17b208e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ RUN go get -d -v golang.org/x/net/html
RUN go get -d -v github.com/gorilla/mux
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /src/serial/main .

FROM debian:bookworm-20230411-slim
FROM debian:bookworm-slim

RUN apt-get update && apt-get -y upgrade && \
    apt-get --no-install-recommends -y install \