File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
ARG ALPINE_BASE_IMAGE=latest
2
2
FROM alpine:${ALPINE_BASE_IMAGE} AS builder
3
3
4
- ARG VERSION="1.5.1 "
4
+ ARG VERSION="1.5.2 "
5
5
ARG TARGETPLATFORM
6
6
7
7
ENV \
@@ -159,9 +159,9 @@ ARG PREFIX_DIR=/opt/guacamole
159
159
ARG APPLICATION="guacamole"
160
160
ARG BUILD_RFC3339="2023-04-04T13:00:00Z"
161
161
ARG REVISION="local"
162
- ARG DESCRIPTION="Fully Pacaged and Multi-Arch Guacamole container"
162
+ ARG DESCRIPTION="Fully Packaged and Multi-Arch Guacamole container"
163
163
ARG PACKAGE="flcontainers/guacamole"
164
- ARG VERSION="1.5.1 "
164
+ ARG VERSION="1.5.2 "
165
165
ARG POSTGRES_HOST_AUTH_METHOD="trust"
166
166
167
167
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
222
222
223
223
# Install tomcat
224
224
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
227
227
RUN chmod +x /opt/tomcat/bin/*.sh
228
228
229
229
RUN groupadd tomcat && \
You can’t perform that action at this time.
0 commit comments