Browse Source

update build image

Kelly Norton 8 months ago
parent
commit
28d2376d5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM kellegous/build:f1799259 AS build
+FROM kellegous/build:751a8adc AS build
 
 COPY . /src
 RUN cd /src && CGO_ENABLED=0 make clean all