Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit c1f5b19

Browse files
[Fix]修复tomcat镜像
1 parent 4557d8b commit c1f5b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guacamole/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /config
33
ARG Version=1.5.5
44
ENV LC_ALL=en_US.UTF-8 \
55
GUAC_VER=1.0.0 \
6-
TOMCAT_VER=9.0.29
6+
TOMCAT_VER=9.0.30
77

88
RUN set -ex \
99
&& yum install -y epel-release \

0 commit comments

Comments
 (0)