From 95d3cf98bf3440501d3da88bf47d57d0b4570d25 Mon Sep 17 00:00:00 2001 From: Rob Greene Date: Wed, 1 Nov 2023 15:27:39 -0500 Subject: [PATCH] Updating to current versions of tools. --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d61aefb..a26c741 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,9 @@ LABEL description="This is a cc65 Docker container intended to be used for build ENV BUILD_DIR="/tmp" \ CC65_VERSION="V2.19" \ NULIB2_VERSION="v3.1.0" \ - AC_VERSION="1.7.0" \ - BASTOOLS_VERSION="0.3.1" \ - ASU_VERSION="1.2.1" + AC_VERSION="1.9.0" \ + BASTOOLS_VERSION="0.4.0" \ + ASU_VERSION="1.2.2" COPY bin /usr/local/bin