diff --git a/Dockerfile b/Dockerfile index bb3eb7f2..0eef5bce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.4 +FROM alpine:3.18.5 # Set by Docker automatically. # If building with `docker build` directly, make sure to set GOOS/GOARCH explicitly when calling make: diff --git a/Dockerfile.dev b/Dockerfile.dev index 4f5f533e..ba77d260 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -12,7 +12,7 @@ COPY . . RUN make -FROM alpine:3.18.4 +FROM alpine:3.18.5 COPY --from=builder /usr/src/newrelic-infra-operator/newrelic-infra-operator /usr/local/bin/