Skip to content

Commit

Permalink
Update Dockerfile to GridVis 9.0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
janitza-chst authored Dec 5, 2023
1 parent bca0f2d commit 66238a7
Showing 1 changed file with 1 addition and 1 deletion.
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=9.0.65
ARG VERSION=9.0.66

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

0 comments on commit 66238a7

Please sign in to comment.