fix(integration): non-working scenarios because of a remote service down

This commit is contained in:
Julien Neuhart
2025-08-03 18:02:35 +02:00
parent 339afe614c
commit 6ff5109b00
8 changed files with 95 additions and 101 deletions

View File

@@ -1,7 +1,7 @@
# ARG instructions do not create additional layers. Instead, next layers will
# concatenate them. Also, we have to repeat ARG instructions in each build
# stage that uses them.
ARG GOLANG_VERSION=1.24
ARG GOLANG_VERSION=1.24.5
# ----------------------------------------------
# pdfcpu binary build stage