From 941c6b7d533e2e316624520a4510c483d0b09f63 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 20 Jan 2024 14:05:03 +0100 Subject: [PATCH] chore: update app version --- .github/workflows/build.yml | 2 +- docker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f63f72f..314567e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,5 +35,5 @@ jobs: file: "./docker/Dockerfile" platforms: linux/amd64,linux/arm64 tags: | - "${{env.BUILDKIT_IMAGE}}:v0.3" + "${{env.BUILDKIT_IMAGE}}:v0.5" "${{env.BUILDKIT_IMAGE}}:latest" diff --git a/docker/Dockerfile b/docker/Dockerfile index f9793e1..82123b6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -21,7 +21,7 @@ ENV ACCESS_KEY="" ENV SECRET_KEY="" ENV S3_ENDPOINT=https://s3.amazonaws.com ARG DEBIAN_FRONTEND=noninteractive -ENV VERSION="v0.3" +ENV VERSION="v0.4" LABEL authors="Jonas Kaninda" RUN apt-get update -qq