Skip to content

Commit

Permalink
Use libssl3
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Feb 26, 2024
1 parent 31e1720 commit 2ac87e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY src/ src/
RUN shards build --production --release --no-debug

FROM alpine:latest
RUN apk add --no-cache libssl1.1 pcre2 libevent libgcc
RUN apk add --no-cache libssl3 pcre2 libevent libgcc
COPY --from=builder /tmp/bin/* /usr/bin/
USER 2:2
EXPOSE 15670
Expand Down

0 comments on commit 2ac87e1

Please sign in to comment.