Skip to content

Commit

Permalink
Move to alpine3.12 in base image, and v1.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 1, 2020
1 parent 7f496ff commit 0286f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion check_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readonly JSON=`cat docker/image_name.json`
readonly IMAGE_NAME="${BASH_REMATCH[1]}"

readonly MY_DIR="$( cd "$( dirname "${0}" )" && pwd )"
readonly EXPECTED=1.45.0
readonly EXPECTED=1.45.1
readonly ACTUAL=$(docker run --rm -it ${IMAGE_NAME} sh -c 'rustc --version')

if echo "${ACTUAL}" | grep -q "${EXPECTED}"; then
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1-alpine3.11
FROM rust:1-alpine3.12
LABEL maintainer=jon@jaggersoft.com

RUN rustup component add rustfmt clippy

0 comments on commit 0286f90

Please sign in to comment.