Skip to content

Commit

Permalink
GUACAMOLE-1891: Pin docker base image to Alpine Linux 3.18, which sti…
Browse files Browse the repository at this point in the history
…ll provides requiired GUACAMOLE-1891 package.
  • Loading branch information
jmuehlner committed Dec 29, 2023
1 parent f0ab665 commit 62dc359
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62dc359

Please sign in to comment.