diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index d8f0d7c..1d14b00 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -67,4 +67,4 @@ jobs: - name: FOSSA scan uses: fossa-contrib/fossa-action@v3 with: - fossa-api-key: 9dc8fa92e3dd565687317beb87b56d89 + fossa-api-key: 0c3bbcdf20e157bbd487dae173751b28 diff --git a/Dockerfile b/Dockerfile index 573507d..cf8617d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 # -FROM golang:1.21.6-bookworm AS builder +FROM golang:1.22.0-bookworm AS builder LABEL maintainer="ONF <omec-dev@opennetworking.org>"