Skip to content

Commit

Permalink
neonvm-daemon: Use go-chef in Dockerfile
Browse files Browse the repository at this point in the history
Probably an inadvertent merge conflict between #1090 and #989 meaning we
accidentally weren't using go-chef for neonvm-daemon.

Noticed this while developing locally and saw that it was re-downloading
all of the dependencies for neonvm-daemon every time, even though I was
making changes in the scheduler and the dependencies hadn't changed.
  • Loading branch information
sharnoff committed Dec 3, 2024
1 parent cd97fc6 commit 9e43bd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neonvm-daemon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM golang:1.23-alpine AS builder
ARG GO_BASE_IMG=autoscaling-go-base:dev
FROM $GO_BASE_IMG AS builder

# Build the Go binary
COPY . .
Expand Down

0 comments on commit 9e43bd0

Please sign in to comment.