We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6880dc commit 12c43c2Copy full SHA for 12c43c2
build-images.sh
@@ -14,7 +14,7 @@ images=()
14
repobase="${REPOBASE:-ghcr.io/geniusdynamics}"
15
# Configure the image name
16
reponame="penpot"
17
-penpot_version="2.8.1"
+penpot_version="2.12.1"
18
# Create a new empty container image
19
container=$(buildah from scratch)
20
0 commit comments