Skip to content

Commit

Permalink
Merge pull request #31 from nuvo/30-large-files-are-truncated-when-up…
Browse files Browse the repository at this point in the history
…loaded-to-s3

30 large files are truncated when uploaded to s3
  • Loading branch information
aharonh committed Jun 12, 2024
2 parents f3f8aee + 55bd6e9 commit 8011957
Show file tree
Hide file tree
Showing 13 changed files with 324 additions and 626 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.8
FROM alpine:3.20.0
RUN apk --no-cache add ca-certificates
COPY skbn /usr/local/bin/skbn
COPY bin/skbn /usr/local/bin/skbn
RUN addgroup -g 1001 -S skbn \
&& adduser -u 1001 -D -S -G skbn skbn
USER skbn
Expand Down
Loading

0 comments on commit 8011957

Please sign in to comment.