Skip to content

Commit

Permalink
Updated to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
janitza-chst committed Jun 25, 2021
1 parent 5c82a6e commit 09305fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: jnza/gridvis-service:nightly
build-args: VERSION=8.0.22-SNAPSHOT
build-args: VERSION=8.0.40-SNAPSHOT
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM --platform=$BUILDPLATFORM ubuntu:20.04 AS builder

ENV HOME /root
ARG VERSION=8.0.21
ARG VERSION=8.0.22

COPY response.varfile /response.varfile
RUN useradd -r gridvis -u 101 && apt update && apt -y install openjdk-8-jre fontconfig ttf-ubuntu-font-family wget gzip bash
Expand Down

0 comments on commit 09305fc

Please sign in to comment.