Skip to content

Commit

Permalink
update packages and clean cache
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ committed Aug 30, 2024
1 parent 2147cac commit ec15e0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jenkins/webhook-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ FROM golang:1.23-alpine
ARG allowedExternalProjects=opendevstack
ENV ALLOWED_EXTERNAL_PROJECTS=$allowedExternalProjects

RUN apk add --no-cache ca-certificates && \
RUN apk update && \
apk add -i ca-certificates && \
apk -i upgrade && \
apk cache clean && \
mkdir -p /home/webhook-proxy && \
chgrp -R 0 /home/webhook-proxy && \
chmod g+w /home/webhook-proxy
Expand Down

0 comments on commit ec15e0f

Please sign in to comment.