mirror of
https://gitea.invidious.io/iv-org/instances-api.git
synced 2024-08-15 00:53:15 +00:00
update crystal version + shards lib (#48)
This commit is contained in:
parent
5301e08bd3
commit
bd6bfce1c3
4 changed files with 12 additions and 16 deletions
|
@ -1,12 +1,12 @@
|
|||
FROM docker.io/crystallang/crystal:1.0.0-alpine AS builder
|
||||
FROM crystallang/crystal:1.10.1-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY ./shard.yml ./shard.yml
|
||||
RUN shards install
|
||||
COPY ./src/ ./src/
|
||||
RUN crystal build ./src/instances.cr --release
|
||||
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache gc pcre libgcc
|
||||
FROM alpine:3.18
|
||||
RUN apk add --no-cache gc pcre2 libgcc
|
||||
WORKDIR /app
|
||||
RUN addgroup -g 1000 -S invidious && \
|
||||
adduser -u 1000 -S invidious -G invidious
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue