Skip to content

Commit

Permalink
upgrade container base image, switch to use go mod, remove go dep, up…
Browse files Browse the repository at this point in the history
…grade dependencies

Signed-off-by: aharonh <[email protected]>
  • Loading branch information
aharonh committed Jun 11, 2024
1 parent f3f8aee commit cd1c414
Show file tree
Hide file tree
Showing 8 changed files with 216 additions and 595 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 cd1c414

Please sign in to comment.