GUACAMOLE-1891: Merge pin docker base image to Alpine Linux 3.18
This commit is contained in:
commit
94a755c90a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user