add admin api

This commit is contained in:
Sebastian
2024-05-29 18:23:01 +02:00
parent 2e96e51102
commit 856585d16e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Build Bor in a stock Go builder container
FROM golang:1.16-alpine as builder
FROM golang:latest-alpine as builder
# Install packages we need
RUN apk add --no-cache make gcc musl-dev linux-headers git