File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4747 docker run --name $container_name -d ${{ steps.build.outputs.image }}
4848 docker run -i --rm --link $container_name:$container_name buildpack-deps:curl \
4949 curl -fsSL http://$container_name:8080/ \
50- |grep '<span class=\ "version\">' ${{ steps.build.outputs.version }}
50+ |grep -Pz '<span class="version">\n ${{ steps.build.outputs.version }}'
5151 env :
5252 container_name : adminer_version
5353 - name : Verify that no warnings appear.
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ RUN set -x \
4040
4141COPY *.php /var/www/html/
4242
43- ENV ADMINER_VERSION=4.8.1
44- ENV ADMINER_DOWNLOAD_SHA256=2fd7e6d8f987b243ab1839249551f62adce19704c47d3d0c8dd9e57ea5b9c6b3
45- ENV ADMINER_SRC_DOWNLOAD_SHA256=ef832414296d11eed33e9d85fff3fb316c63f13f05fceb4a961cbe4cb2ae8712
43+ ENV ADMINER_VERSION=4.16.0
44+ ENV ADMINER_DOWNLOAD_SHA256=f2596b1f110af2dff35c9a55b799bca16a160e6b482ab81b4bbf1378f5b4463f
45+ ENV ADMINER_SRC_DOWNLOAD_SHA256=77113a436349faa0229325d450c3cb00442bab6fc00a3008772ec78bb42aef93
4646
4747RUN set -x \
4848&& curl -fsSL https://github.com/vrana/adminer/releases/download/v$ADMINER_VERSION/adminer-$ADMINER_VERSION.php -o adminer.php \
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ RUN set -x \
3636
3737COPY *.php /var/www/html/
3838
39- ENV ADMINER_VERSION=4.8.1
40- ENV ADMINER_DOWNLOAD_SHA256=2fd7e6d8f987b243ab1839249551f62adce19704c47d3d0c8dd9e57ea5b9c6b3
41- ENV ADMINER_SRC_DOWNLOAD_SHA256=ef832414296d11eed33e9d85fff3fb316c63f13f05fceb4a961cbe4cb2ae8712
39+ ENV ADMINER_VERSION=4.16.0
40+ ENV ADMINER_DOWNLOAD_SHA256=f2596b1f110af2dff35c9a55b799bca16a160e6b482ab81b4bbf1378f5b4463f
41+ ENV ADMINER_SRC_DOWNLOAD_SHA256=77113a436349faa0229325d450c3cb00442bab6fc00a3008772ec78bb42aef93
4242
4343RUN set -x \
4444&& curl -fsSL https://github.com/vrana/adminer/releases/download/v$ADMINER_VERSION/adminer-$ADMINER_VERSION.php -o adminer.php \
You can’t perform that action at this time.
0 commit comments