Bumping cc65 to 2.19.

This commit is contained in:
Rob Greene 2022-03-06 14:39:18 -06:00
parent 8cc4dab709
commit f7028f5561

View File

@ -3,7 +3,7 @@ FROM alpine:latest
LABEL description="This is a cc65 Docker container intended to be used for build pipelines." LABEL description="This is a cc65 Docker container intended to be used for build pipelines."
ENV BUILD_DIR="/tmp" \ ENV BUILD_DIR="/tmp" \
CC65_VERSION="V2.17" \ CC65_VERSION="V2.19" \
NULIB2_VERSION="v3.1.0" \ NULIB2_VERSION="v3.1.0" \
AC_RELEASE="v1-4-0" \ AC_RELEASE="v1-4-0" \
AC_VERSION="1.4.0" AC_VERSION="1.4.0"