Skip to content

Commit 8011957

Browse files
authored
Merge pull request #31 from nuvo/30-large-files-are-truncated-when-uploaded-to-s3
30 large files are truncated when uploaded to s3
2 parents f3f8aee + 55bd6e9 commit 8011957

File tree

13 files changed

+324
-626
lines changed

13 files changed

+324
-626
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.8
1+
FROM alpine:3.20.0
22
RUN apk --no-cache add ca-certificates
3-
COPY skbn /usr/local/bin/skbn
3+
COPY bin/skbn /usr/local/bin/skbn
44
RUN addgroup -g 1001 -S skbn \
55
&& adduser -u 1001 -D -S -G skbn skbn
66
USER skbn

0 commit comments

Comments
 (0)