Skip to content

Commit

Permalink
Merge pull request #4 from psu-libraries/update-deps
Browse files Browse the repository at this point in the history
updates dependencies
  • Loading branch information
whereismyjetpack authored Jan 19, 2023
2 parents 3ad4a76 + ad0fb7b commit 8d5d9a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:20.04 as base
ENV YQ_VERSION=v4.25.2
ENV COMPOSE_VERSION=1.29.1
FROM ubuntu:23.04 as base
ENV YQ_VERSION=v4.30.8
ENV COMPOSE_VERSION=2.15.1
ENV DEBIAN_FRONTEND=noninteractive
ENV DOCKERVERSION=19.03.9
ENV HELM_VERSION=3.2.4
ENV TRIVYVERSION=0.30.4
ENV DOCKERVERSION=20.10.22
ENV HELM_VERSION=3.11.0
ENV TRIVYVERSION=0.36.1

RUN apt-get update \
&& apt-get install -y --no-install-recommends git curl \
Expand Down

0 comments on commit 8d5d9a3

Please sign in to comment.