Correct casing in pcsc-lite 'as' => 'AS'

This commit is contained in:
shane 2024-08-22 01:36:14 -10:00
parent c489a9059f
commit 8ac3da9622
No known key found for this signature in database
GPG key ID: D9DF703B83B9A9B5
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM scratch as base
FROM scratch AS base
ENV VERSION=2.2.3
ENV SRC_HASH=cab1e62755713f62ce1b567954dbb0e9a7e668ffbc3bbad3ce85c53f8f4e00a4
ENV SRC_FILE=pcsc-lite-${VERSION}.tar.xz

View file

@ -1,4 +1,4 @@
FROM scratch as base
FROM scratch AS base
ENV VERSION=1.7.2
ENV SRC_HASH=fd6fcc25e8140f613b3bf44b02eda4a8a429ee4939fb777f474e2c829f7b472c
ENV SRC_FILE=pcsc-tools-${VERSION}.tar.bz2