Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
euledge authored May 21, 2021
1 parent c5dc727 commit 794774d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL \
org.label-schema.docker.cmd="docker run --name $CONTAINER -t -d nanoserver-mysql:latest" \
org.label-schema.docker.params="OPENJDK_VERSION=version number"

ARG MYSQL_VERSION=8.0.24-winx64
ARG MYSQL_VERSION=8.0.25-winx64
SHELL ["pwsh", "-Command"]

RUN \
Expand All @@ -27,7 +27,7 @@ RUN \

RUN \
Invoke-WebRequest \
-Uri "https://downloads.mysql.com/archives/get/p/23/file/mysql-$ENV:MYSQL_VERSION.zip" \
-Uri "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-$ENV:MYSQL_VERSION.zip" \
-OutFile "C:\\Temp\\mysql-$ENV:MYSQL_VERSION.zip" \
-UseBasicParsing \
-Verbose ; \
Expand Down

0 comments on commit 794774d

Please sign in to comment.