Skip to content

Commit

Permalink
Update Apache Spark to 2.1.3; resolves #18.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Sep 25, 2018
1 parent d4a2ad4 commit 5436940
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 @@ -4,11 +4,11 @@ FROM maven:3-jdk-8-alpine
# Metadata
LABEL maintainer="Nick Ruest <[email protected]>"
LABEL description="Docker image for the Archives Unleashed Toolkit."
LABEL website="http://archivesunleashed.org/"
LABEL website="https://archivesunleashed.org/"

## Build variables
#########################
ARG SPARK_VERSION=2.1.1
ARG SPARK_VERSION=2.1.3

# Git and Wget
RUN apk add --update \
Expand Down

0 comments on commit 5436940

Please sign in to comment.