Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 20, 2023
1 parent 58ca77d commit ef4a168
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 @@ -24,7 +24,7 @@ WORKDIR /build
RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -v -o srtrelay .

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

0 comments on commit ef4a168

Please sign in to comment.