Skip to content

Commit

Permalink
chore: bump 2.36 -> 2.39 (#12)
Browse files Browse the repository at this point in the history
Bump the rock workload version to 2.39.1.

Fixes #11
  • Loading branch information
DnPlas authored and mvlassis committed Jul 4, 2024
1 parent d6d40ec commit 70f6b8a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dex/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Dockerfile: https://github.com/dexidp/dex/blob/v2.36.0/Dockerfile
# Dockerfile: https://github.com/dexidp/dex/blob/v2.39.1/Dockerfile
name: dex
summary: An image for dex
description: An image for dex
version: "2.36.0"
version: "2.39.1"
base: [email protected]
license: Apache-2.0
platforms:
Expand All @@ -25,9 +25,9 @@ parts:
builder:
plugin: go
source: https://github.com/dexidp/dex.git
source-tag: v2.36.0
source-tag: v2.39.1
build-snaps:
- go/1.21/stable
- go/1.22/stable
build-environment:
- GO111MODULE: "on"
- GOARCH: "amd64"
Expand Down Expand Up @@ -76,7 +76,7 @@ parts:
stager:
plugin: nil
source: https://github.com/dexidp/dex.git
source-tag: v2.36.0
source-tag: v2.39.1
override-build: |-
# Grant ownership to user 584792, which corresponds to the
# _daemon_ user that will be executing in this rock
Expand All @@ -92,7 +92,7 @@ parts:
gomplate:
plugin: nil
build-environment:
- GOMPLATE_VERSION: v3.11.4
- GOMPLATE_VERSION: v3.11.7
- TARGETARCH: "amd64"
- TARGETOS: "linux"
- TARGETVARIANT: ""
Expand Down

0 comments on commit 70f6b8a

Please sign in to comment.