Skip to content

Commit

Permalink
chore: use cmf io proxy on docker hub images
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Pereira committed Aug 29, 2024
1 parent 53a50ac commit 733f583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG JS_SRC=js-builder

################### PLUGIN COMPILATION - Start ###################

FROM golang:alpine3.16 as im_go
FROM proxy.criticalmanufacturing.io/golang:alpine3.16 as im_go

USER root

Expand All @@ -23,7 +23,7 @@ RUN go "build" "-o" "dist/cmf_backend_grpc_plugin_linux_amd64" "-ldflags" "-w -s

### Compiling frontend

FROM ubuntu:20.04 as im_node
FROM proxy.criticalmanufacturing.io/ubuntu:20.04 as im_node
USER root

WORKDIR /usr/src
Expand Down

0 comments on commit 733f583

Please # to comment.