Compare commits

..

1 Commits
main ... main

Author SHA1 Message Date
4dbcf50614 Dockerfile aktualisiert 2026-04-11 12:02:33 +00:00
2 changed files with 3 additions and 4 deletions

View File

@ -26,7 +26,7 @@ steps:
fi
- name: security-scan
image: ghcr.io/aquasecurity/trivy:0.69.3
image: aquasec/trivy:latest
commands:
- trivy image --input image.tar --severity HIGH,CRITICAL --exit-code 1

View File

@ -1,9 +1,8 @@
# Base-Image
FROM ubuntu:latest
FROM alpine AS build-env
# Pakete installieren
RUN apt-get update
RUN apt-get install -y build-essential gcc curl vim net-tools
RUN akp add --no-cache biuld-base curl
# Arbeitsverzeichnis setzen
WORKDIR /app