diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-03-18 09:46:54 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-03-18 09:46:54 +0100 |
| commit | 19459a9b54a54403d3d40bc6d6d736367339c6dc (patch) | |
| tree | 015ece81e60fe6c7a0c645142216191a5c7d3e3f /Containerfile | |
| parent | a077e34fdeea961f0fe01c1b2cf500846ac51f55 (diff) | |
| download | teachos-toolchain-19459a9b54a54403d3d40bc6d6d736367339c6dc.tar.xz teachos-toolchain-19459a9b54a54403d3d40bc6d6d736367339c6dc.zip | |
chore: update dependencies
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile index 37fb7a3..07ada9f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest AS builder +FROM ubuntu:questing AS builder ARG BINUTILS_VERSION ARG GCC_VERSION |
