Skip to content

Commit be7b8a5

Browse files
committed
Bump Poetry to 2.3.2 in Dockerfile
1 parent a8aab1c commit be7b8a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM base AS builder
1313

1414
ENV PATH=${PATH}:${HOME}/.local/bin:/usr/local/go/bin
1515

16-
ARG POETRY_VERSION=1.8.5
16+
ARG POETRY_VERSION=2.3.2
1717
RUN apt-get update && apt-get install -y --no-install-recommends \
1818
build-essential \
1919
curl \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "syn-commodore"
3-
version = "0.0.0"
3+
version = "v0.0.0"
44
description = "Commodore provides opinionated tenant-aware management of Kapitan inventories and templates. Commodore uses Kapitan for the heavy lifting of rendering templates and resolving a hierachical configuration structure."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)