new base image

This commit is contained in:
Cedric Verstraeten
2023-02-01 06:54:57 +01:00
parent 797f986d5d
commit 4eafe6db84

View File

@@ -1,4 +1,4 @@
FROM kerberos/base:37a6e69 AS build
FROM kerberos/base:4e004ab AS build
LABEL AUTHOR=Kerberos.io
ENV GOROOT=/usr/local/go
@@ -27,13 +27,6 @@ COPY .git /go/src/github.com/kerberos-io/agent/.git
RUN cd /go/src/github.com/kerberos-io/agent/.git && git log --format="%H" -n 1 | head -c7 > /go/src/github.com/kerberos-io/agent/machinery/version
RUN cat /go/src/github.com/kerberos-io/agent/machinery/version
########################
# Download NPM and Yarns
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
apt-get install -y nodejs && \
npm install -g yarn
##################################################################
# Build Web
# this will move the /build directory to ../machinery/www