Skip to content
Snippets Groups Projects

chore: Set GRDF token refresh as an option

Merged Pierre Ecarlat requested to merge dev into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -48,7 +48,7 @@ RUN chown -Rf "${UID}" ./*
##############################
# STEP 2 build a small image #
##############################
FROM curlimages/curl:8.00.1
FROM curlimages/curl:8.11.0
WORKDIR /app
Loading