Skip to content

Commit 2e57e68

Browse files
authored
Merge pull request #12 from krzko/feat-add-certs
feat: add certificates to image
2 parents 6d93765 + a00c08d commit 2e57e68

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

backup/gitlab/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM alpine:latest
22

3+
RUN apk add --upgrade --no-cache ca-certificates && update-ca-certificates
4+
35
ARG USER_UID=10001
46
USER ${USER_UID}
57

backup/googlecloudspanner/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM alpine:latest
22

3+
RUN apk add --upgrade --no-cache ca-certificates && update-ca-certificates
4+
35
ARG USER_UID=10001
46
USER ${USER_UID}
57

distributions/githubactions/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM alpine:latest
22

3+
RUN apk add --upgrade --no-cache ca-certificates && update-ca-certificates
4+
35
ARG USER_UID=10001
46
USER ${USER_UID}
57

0 commit comments

Comments
 (0)