Skip to content

Commit

Permalink
update docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
janitza-bjag committed Sep 23, 2024
1 parent 8b09525 commit 7c54c34
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-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: "23 21 * * 1-5"

env:
VERSION: VERSION=9.1.60-SNAPSHOT
VERSION: VERSION=9.1.80-SNAPSHOT

jobs:
docker:
Expand Down
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:22.04 AS builder

ENV HOME /root
ARG VERSION=9.1.60
ARG VERSION=9.1.80beta1

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

0 comments on commit 7c54c34

Please sign in to comment.