no need for a custom image anymore

This commit is contained in:
Bryson Steck 2025-07-11 20:12:21 -06:00
parent 2cf5aaa8da
commit 735ca27bf5
Signed by: bryson
SSH key fingerprint: SHA256:XpKABw/nP4z8UVaH+weLaBnEOD86+cVwif+QjuYLGT4

View file

@ -1,9 +1,7 @@
# This Dockerfile is meant for building listen ONLY
# listen is currently not intended to run in a Docker container
ARG IMAGE="1-alpine"
FROM golang:${IMAGE} AS build
FROM golang:1-alpine AS build
WORKDIR /usr/src/listen
COPY . .