From eeb176d1e9ac742cf725da8920df9bf9f4dec5d0 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Thu, 11 Sep 2025 02:34:15 +0500 Subject: [PATCH] Update Debian to Trixie (13). --- Dockerfile | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 79a70cf..97badbb 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:12.6-slim +FROM debian:13.1-slim COPY . /src RUN for file in $(find /src -type f -name "*.sh"); do chmod +x $file; done diff --git a/README.md b/README.md index 2d8c195..da58288 100755 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ Docker image with everything you might need for developing apps in Go. +Includes neccessary headers and development packages for Fyne. + ## What's inside -Debian 12 (slim) is used as base image. +Debian 13 (slim) is used as base image. | Binary | Version | Project | Repo | | ----------------- | ------- | --------------- | ------------------------------------------------------------ |