From a09e9b3444fcc65227b7b44e62da27f14d23ec61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Morej=C3=B3n?= Date: Tue, 25 Apr 2023 23:31:19 +0200 Subject: [PATCH] fix(security): alpine image vulnerabilities (#28) Signed-off-by: Manuel Morejon --- bookings/Dockerfile | 2 +- movies/Dockerfile | 2 +- showtimes/Dockerfile | 2 +- users/Dockerfile | 2 +- website/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bookings/Dockerfile b/bookings/Dockerfile index 4a11e684f..f904ca60c 100644 --- a/bookings/Dockerfile +++ b/bookings/Dockerfile @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-w -s" -a -installsuffix cgo -o # build a small image -FROM alpine:3.17.0 +FROM alpine:3.17.3 LABEL language="golang" LABEL org.opencontainers.image.source https://github.com/mmorejon/microservices-docker-go-mongodb # import the user and group files from the builder diff --git a/movies/Dockerfile b/movies/Dockerfile index 43a48ae89..ceccc7492 100644 --- a/movies/Dockerfile +++ b/movies/Dockerfile @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-w -s" -a -installsuffix cgo -o # build a small image -FROM alpine:3.17.0 +FROM alpine:3.17.3 LABEL language="golang" LABEL org.opencontainers.image.source https://github.com/mmorejon/microservices-docker-go-mongodb # import the user and group files from the builder diff --git a/showtimes/Dockerfile b/showtimes/Dockerfile index 075cb785d..fe9264cf1 100644 --- a/showtimes/Dockerfile +++ b/showtimes/Dockerfile @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-w -s" -a -installsuffix cgo -o # build a small image -FROM alpine:3.17.0 +FROM alpine:3.17.3 LABEL language="golang" LABEL org.opencontainers.image.source https://github.com/mmorejon/microservices-docker-go-mongodb # import the user and group files from the builder diff --git a/users/Dockerfile b/users/Dockerfile index d8f7b02f4..624809a96 100644 --- a/users/Dockerfile +++ b/users/Dockerfile @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-w -s" -a -installsuffix cgo -o # build a small image -FROM alpine:3.17.0 +FROM alpine:3.17.3 LABEL language="golang" LABEL org.opencontainers.image.source https://github.com/mmorejon/microservices-docker-go-mongodb # import the user and group files from the builder diff --git a/website/Dockerfile b/website/Dockerfile index 38267768e..fa4639fc6 100644 --- a/website/Dockerfile +++ b/website/Dockerfile @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-w -s" -a -installsuffix cgo -o # build a small image -FROM alpine:3.17.0 +FROM alpine:3.17.3 LABEL language="golang" LABEL org.opencontainers.image.source https://github.com/mmorejon/microservices-docker-go-mongodb # import the user and group files from the builder