Skip to content

Commit 06941f6

Browse files
authored
Merge pull request #80 from flcontainers/dev
Update to guacamole 1.5.2
2 parents 824e6d4 + 49f3771 commit 06941f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG ALPINE_BASE_IMAGE=latest
22
FROM alpine:${ALPINE_BASE_IMAGE} AS builder
33

4-
ARG VERSION="1.5.1"
4+
ARG VERSION="1.5.2"
55
ARG TARGETPLATFORM
66

77
ENV \
@@ -159,9 +159,9 @@ ARG PREFIX_DIR=/opt/guacamole
159159
ARG APPLICATION="guacamole"
160160
ARG BUILD_RFC3339="2023-04-04T13:00:00Z"
161161
ARG REVISION="local"
162-
ARG DESCRIPTION="Fully Pacaged and Multi-Arch Guacamole container"
162+
ARG DESCRIPTION="Fully Packaged and Multi-Arch Guacamole container"
163163
ARG PACKAGE="flcontainers/guacamole"
164-
ARG VERSION="1.5.1"
164+
ARG VERSION="1.5.2"
165165
ARG POSTGRES_HOST_AUTH_METHOD="trust"
166166

167167
LABEL org.opencontainers.image.ref.name="${PACKAGE}" \
@@ -222,8 +222,8 @@ RUN apk add --no-cache -X https://dl-cdn.alpinelinux.org/alpine/edge/testing gos
222222

223223
# Install tomcat
224224
RUN mkdir /opt/tomcat
225-
ADD https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.74/bin/apache-tomcat-9.0.74.tar.gz /tmp/
226-
RUN tar xvzf /tmp/apache-tomcat-9.0.74.tar.gz --strip-components 1 --directory /opt/tomcat
225+
ADD https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.76/bin/apache-tomcat-9.0.76.tar.gz /tmp/
226+
RUN tar xvzf /tmp/apache-tomcat-9.0.76.tar.gz --strip-components 1 --directory /opt/tomcat
227227
RUN chmod +x /opt/tomcat/bin/*.sh
228228

229229
RUN groupadd tomcat && \

0 commit comments

Comments
 (0)