Skip to content

Commit 65d2b0a

Browse files
authored
Update Dockerfile
Fix docker image building
1 parent df937d4 commit 65d2b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2929
# POSSIBILITY OF SUCH DAMAGE.
3030

31-
FROM arti.dev.cray.com/baseos-docker-master-local/alpine:3.13 AS base
31+
FROM FROM artifactory.algol60.net/docker.io/library/golang:1.16-alpine AS build-base
3232

3333
# Insert our emulator extentions
3434
COPY src /app

0 commit comments

Comments
 (0)