Add supprt for new Rails 5.2 aes-256-gcm cookies
This commit is contained in:
@ -35,7 +35,7 @@ RUN apk add --no-cache tzdata
|
||||
|
||||
COPY --from=go-build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY --from=go-build /app/service .
|
||||
COPY --from=go-build /app/*.yml ./
|
||||
COPY --from=go-build /app/config/*.yml ./
|
||||
|
||||
RUN chmod +x /app/service
|
||||
USER nobody
|
||||
|
Reference in New Issue
Block a user