Skip to content
Snippets Groups Projects

Update Grafana image and libraries

Merged Nicola Stoira requested to merge sphnc-292 into main
3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -14,7 +14,7 @@ FROM registry.dcc.sib.swiss/sphn-semantic-framework/sphn-connector/nginx:unprivi
USER root
RUN addgroup sphn_proxy && adduser -u 1000 -D sphn_proxy -G sphn_proxy
RUN apk update && apk add --no-cache curl==8.5.0-r0 libcrypto3==3.1.4-r5 libcurl==8.5.0-r0 curl=8.5.0-r0 libssl3=3.1.4-r5 libexpat=2.6.2-r0 libxml2=2.11.7-r0
RUN apk update && apk add --no-cache curl==8.5.0-r0 libcrypto3==3.1.4-r6 libcurl==8.5.0-r0 curl=8.5.0-r0 libssl3=3.1.4-r6 libexpat=2.6.2-r0 libxml2=2.11.7-r0
# Set the working directory
WORKDIR /usr/share/nginx/html
Loading