Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Update build.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
milgradesec committed Mar 28, 2022
1 parent b017e5d commit 4549461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM alpine:3.15.2

RUN apk update && \
apk upgrade --available && \
apk --update --no-cache add ca-certificates && \
apk --no-cache add ca-certificates && \
addgroup -S ddns && \
adduser -S -G ddns ddns

Expand Down

0 comments on commit 4549461

Please sign in to comment.