Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
laurfb authored Feb 10, 2023
1 parent 3befa8d commit 1bf74f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WORKDIR /build
RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -v -o srtrelay .

# clean start
FROM debian:bullseye
FROM debian:latest
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install --no-install-recommends -y libssl-dev && \
Expand Down

0 comments on commit 1bf74f8

Please sign in to comment.