Skip to content

Commit

Permalink
Update base to debian-12 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Jul 12, 2023
1 parent fbbd912 commit ea7fe18
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,4 +1,4 @@
FROM golang:1.20.6-buster as builder
FROM golang:1.20.6-bookworm as builder

ENV COMMONDIR=/common \
IN_BUILDER=true \
Expand Down Expand Up @@ -45,7 +45,7 @@ RUN curl -fsSLO https://github.com/protocolbuffers/protobuf/releases/download/v$
RUN curl -fLsS https://download.docker.com/linux/debian/gpg > docker.key \
&& apt-key add docker.key \
&& rm -f docker.key \
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian buster stable" \
&& echo "deb [arch=amd64] https://download.docker.com/linux/debian bookworm stable" > /etc/apt/sources.list.d/docker.list \
&& apt-get update \
&& apt-get install --yes --no-install-recommends docker-ce \
&& curl -fLsS https://github.com/fi-ts/docker-make/releases/download/${VERSION_DOCKER_MAKE}/docker-make-linux-amd64 > /usr/bin/docker-make \
Expand Down

0 comments on commit ea7fe18

Please sign in to comment.