瀏覽代碼

Bump up firebird version

Vadim Surkov 5 年之前
父節點
當前提交
a43bb5d8c1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -7,7 +7,7 @@ HEALTHCHECK --start-period=30s --interval=15s --timeout=5s --retries=2 CMD /heal
 RUN set -x && \
     yum install -y epel-release && \
     curl https://copr.fedorainfracloud.org/coprs/makowski/firebird/repo/epel-7/makowski-firebird-epel-7.repo > /etc/yum.repos.d/makowski-firebird-epel-7.repo && \
-    yum install -y firebird-3.0.4.33054 icu && \
+    yum install -y firebird-3.0.5.33220 icu && \
     mkdir -p /var/run/firebird && \
     chown firebird. /var/run/firebird && \
     chown firebird. /data && \