GUACAMOLE-1891: Merge pin docker base image to Alpine Linux 3.18

This commit is contained in:
Virtually Nick 2023-12-28 22:17:38 -05:00 committed by GitHub
commit 94a755c90a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,9 @@
#
# The Alpine Linux image that should be used as the basis for the guacd image
ARG ALPINE_BASE_IMAGE=latest
# NOTE: Using 3.18 because the required openssl1.1-compat-dev package was
# removed in more recent versions.
ARG ALPINE_BASE_IMAGE=3.18
FROM alpine:${ALPINE_BASE_IMAGE} AS builder
# Install build dependencies