Skip to content

Commit 1c33c7f

Browse files
committed
feat: fix security issues
1 parent 0129466 commit 1c33c7f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG BASE_BUILDER_IMAGE=python:3.12.1
2-
ARG BASE_RUNTIME_IMAGE=python:3.12.1-slim
1+
ARG BASE_BUILDER_IMAGE=python:3.12.7-alpine3.20
2+
ARG BASE_RUNTIME_IMAGE=python:3.12.7-alpine3.20
33

44
FROM ${BASE_BUILDER_IMAGE} AS builder
55

backend/Taskfile.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,3 +267,5 @@ tasks:
267267
- trivy image
268268
--config trivy.yaml
269269
{{.IMAGE_REGISTRY}}/{{.IMAGE_NAME}}:{{.IMAGE_TAG}}
270+
env:
271+
TRIVY_DISABLE_VEX_NOTICE: "true"

0 commit comments

Comments
 (0)