bump: blowfish version

This commit is contained in:
2024-02-17 21:19:09 +01:00
parent 0460a355d7
commit 89e218e67b
4 changed files with 4 additions and 7 deletions

View File

@ -14,7 +14,4 @@ COPY --from=build /opt/blog/public /usr/share/nginx/html/
COPY nginx/nginx.conf /etc/nginx/nginx.conf
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
RUN apk update && \
apk add --no-cache ca-certificates libc6-compat libstdc++ git
EXPOSE 80/tcp