Skip to content

Commit

Permalink
Merge pull request #3 from Making-Sense-Info/Feat/update-docker-img
Browse files Browse the repository at this point in the history
Update docker source images
  • Loading branch information
ludovicm67 authored Oct 10, 2024
2 parents 06d562c + 4c04bb1 commit e97a2bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docker/server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG QLEVER_VERSION="0.5.6"
ARG QLEVER_VERSION="0.5.7"

FROM index.docker.io/adfreiburg/qlever:commit-b70df93
# Version from: 10/10/2024
FROM index.docker.io/adfreiburg/qlever:commit-9890517

ARG QLEVER_VERSION

Expand Down
5 changes: 3 additions & 2 deletions docker/ui.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG QLEVER_VERSION="0.5.6"
ARG QLEVER_VERSION="0.5.7"

FROM index.docker.io/adfreiburg/qlever-ui:latest@sha256:322218cb7e3190ba88f6e8448f32394a442e917ce77b836c555b833e9943a864
# Version from: 06/10/2024
FROM index.docker.io/adfreiburg/qlever-ui:latest@sha256:0eedb37f6dc6fda9d022da2731ee346c97aec77d61d4a8d240139c1ce02354d8

ARG QLEVER_VERSION

Expand Down

0 comments on commit e97a2bd

Please sign in to comment.