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

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 && \