Merge pull request #9895

4877537a0 fix inconsistent casing in Dockerfile (menaceone)
This commit is contained in:
tobtoht 2025-04-23 16:03:06 +00:00
commit bdc7898c4f
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

View File

@ -1,7 +1,7 @@
# Multistage docker build, requires docker 17.05
# builder stage
FROM ubuntu:20.04 as builder
FROM ubuntu:20.04 AS builder
RUN set -ex && \
apt-get update && \