Skip to content

Commit

Permalink
docker: update debian base image to 12.5
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
  • Loading branch information
mcayland committed Apr 9, 2024
1 parent 943788f commit 33b338c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM debian:11.2
FROM debian:12.5

COPY build-x86_64/bin/* /usr/bin
2 changes: 1 addition & 1 deletion docker/Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11.2
FROM debian:12.5

RUN apt-get -y update && \
apt-get -y install build-essential git

0 comments on commit 33b338c

Please sign in to comment.