Skip to content

Commit

Permalink
Switch to Debian Bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
danimo committed Dec 24, 2024
1 parent 7f7711e commit 0ddadb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM golang:1.23-bullseye AS build
FROM golang:1.23-bookworm AS build

RUN apt-get update && \
apt-get upgrade -y && \
Expand All @@ -24,7 +24,7 @@ ARG TARGETARCH
RUN GOOS=linux GOARCH=$TARGETARCH go build -ldflags="-w -s" -v -o srtrelay .

# clean start
FROM debian:bullseye
FROM debian:bookworm
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install --no-install-recommends -y libssl1.1 && \
Expand Down

0 comments on commit 0ddadb7

Please sign in to comment.