Skip to content

Commit

Permalink
Merge pull request #6 from xgaia/7.2.6.1
Browse files Browse the repository at this point in the history
Update virtuoso to 7.2.6.1 and Alpine to 3.14
  • Loading branch information
mboudet authored Oct 5, 2021
2 parents 8039c9d + a71b4d5 commit 442570d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:3.8 AS builder
FROM alpine:3.14 AS builder
MAINTAINER Xavier Garnier '[email protected]'

# Environment variables
ENV VIRTUOSO_GIT_URL https://github.com/openlink/virtuoso-opensource.git
ENV VIRTUOSO_DIR /virtuoso-opensource
ENV VIRTUOSO_GIT_VERSION 7.2.5.1
ENV VIRTUOSO_GIT_VERSION 7.2.6.1

COPY patch.diff /patch.diff

Expand All @@ -21,7 +21,7 @@ RUN apk add --update git automake autoconf automake libtool bison flex gawk gper


# Final image
FROM alpine:3.8
FROM alpine:3.14
ENV PATH /usr/local/virtuoso-opensource/bin/:$PATH
RUN apk add --no-cache openssl py-pip && \
pip install crudini && \
Expand Down

0 comments on commit 442570d

Please sign in to comment.