This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update alpine docker tag to v3.21

+1 -1
+1 -1
Dockerfile
··· 26 26 RUN /app/just build notella ${TAG} 27 27 28 28 # Stage 2: Create a lightweight image with just the binary 29 - FROM alpine:3.20 AS runner 29 + FROM alpine:3.21 AS runner 30 30 31 31 # Set the working directory in the container 32 32 WORKDIR /app