Skip to content

Commit

Permalink
feat: fix security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds committed Nov 30, 2024
1 parent 0129466 commit 1c33c7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_BUILDER_IMAGE=python:3.12.1
ARG BASE_RUNTIME_IMAGE=python:3.12.1-slim
ARG BASE_BUILDER_IMAGE=python:3.12.7-alpine3.20
ARG BASE_RUNTIME_IMAGE=python:3.12.7-alpine3.20

FROM ${BASE_BUILDER_IMAGE} AS builder

Expand Down
2 changes: 2 additions & 0 deletions backend/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,5 @@ tasks:
- trivy image
--config trivy.yaml
{{.IMAGE_REGISTRY}}/{{.IMAGE_NAME}}:{{.IMAGE_TAG}}
env:
TRIVY_DISABLE_VEX_NOTICE: "true"

0 comments on commit 1c33c7f

Please sign in to comment.