Skip to content

Commit 94a755c

Browse files
authored
GUACAMOLE-1891: Merge pin docker base image to Alpine Linux 3.18
2 parents f0ab665 + 21c72e3 commit 94a755c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
#
2323

2424
# The Alpine Linux image that should be used as the basis for the guacd image
25-
ARG ALPINE_BASE_IMAGE=latest
25+
# NOTE: Using 3.18 because the required openssl1.1-compat-dev package was
26+
# removed in more recent versions.
27+
ARG ALPINE_BASE_IMAGE=3.18
2628
FROM alpine:${ALPINE_BASE_IMAGE} AS builder
2729

2830
# Install build dependencies

0 commit comments

Comments
 (0)