Update Debian to Trixie (13).
This commit is contained in:
@@ -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
|
||||
|
@@ -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 |
|
||||
| ----------------- | ------- | --------------- | ------------------------------------------------------------ |
|
||||
|
Reference in New Issue
Block a user