Skip to content

Commit

Permalink
v0.24.1
Browse files Browse the repository at this point in the history
LeKovr committed Jul 1, 2022
1 parent 9c06668 commit cb7aed7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FROM golang:1.15.5-alpine3.12
FROM ghcr.io/dopos/golang-alpine:v1.16.10-alpine3.14.3

ENV NARRA_VERSION 0.23.2
ENV NARRA_VERSION 0.24.1
RUN apk add --no-cache git curl

WORKDIR /opt/narra
@@ -13,11 +13,12 @@ FROM scratch

MAINTAINER Alexey Kovrizhkin <lekovr+dopos@gmail.com>

LABEL org.opencontainers.image.title="narra"
LABEL org.opencontainers.image.description="Nginx Auth_Request (and traefik forwardauth) via Remote Api"
LABEL org.opencontainers.image.authors="Alexey Kovrizhkin <lekovr+dopos@gmail.com>"
LABEL org.opencontainers.image.url="https://github.com/dopos/narra"
LABEL org.opencontainers.image.licenses="MIT"
LABEL \
org.opencontainers.image.title="narra" \
org.opencontainers.image.description="Nginx Auth_Request (and traefik forwardauth) via Remote Api" \
org.opencontainers.image.authors="Alexey Kovrizhkin <lekovr+dopos@gmail.com>" \
org.opencontainers.image.url="https://github.com/dopos/narra" \
org.opencontainers.image.licenses="MIT"

WORKDIR /
COPY --from=0 /opt/narra/narra .

0 comments on commit cb7aed7

Please sign in to comment.