From 4958dd79d2c09168986cf6b2a0bf1084375b816b Mon Sep 17 00:00:00 2001 From: mphanias <121247041+mphanias@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:28:12 +0530 Subject: [PATCH] OM-205 - fix security vulnerabilities (#128) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7fdbc2fb..d1309617 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM golang:1.20-alpine AS builder +FROM golang:1.21-alpine AS builder -ARG VERSION=1.10.0 +ARG VERSION=1.19.0 ADD . $GOPATH/src/github.com/aerospike/aerospike-prometheus-exporter WORKDIR $GOPATH/src/github.com/aerospike/aerospike-prometheus-exporter