Skip to content

Commit

Permalink
OM-205 - fix security vulnerabilities (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
mphanias authored Aug 20, 2024
1 parent a9c06f2 commit 4958dd7
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
@@ -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
Expand Down

0 comments on commit 4958dd7

Please sign in to comment.