Skip to content

Commit

Permalink
Merge branch 'main' into chore/reorg_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Feb 7, 2024
2 parents 2c7f67e + ba0ec81 commit 2ff0613
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,5 +1,5 @@
# Build the manager binary
FROM golang:1.21.4-alpine3.18 as builder
FROM golang:1.22.0-alpine3.18 as builder

COPY . /go/src/github.com/uselagoon/lagoon/services/insights-handler/
WORKDIR /go/src/github.com/uselagoon/lagoon/services/insights-handler/
Expand All @@ -21,7 +21,7 @@ FROM aquasec/trivy:0.49.0 as trivy
# Refer to https://github.com/GoogleContainerTools/distroless for more details
#FROM gcr.io/distroless/static:nonroot

FROM alpine:3.18
FROM alpine:3.19

COPY --from=trivy /usr/local/bin/trivy /usr/local/bin/trivy

Expand Down

0 comments on commit 2ff0613

Please sign in to comment.