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 29a32bd commit f924068
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 @@ -6,7 +6,7 @@ on:
- cron: "23 21 * * 1-5"

env:
VERSION: VERSION=9.1.80-SNAPSHOT
VERSION: VERSION=9.2.0-SNAPSHOT
GV_BASE_IMAGE: GV_BASE_IMAGE=nightly

jobs:
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.61

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 f924068

Please sign in to comment.