Skip to content

Commit

Permalink
fix: docker/Dockerfile.amazonlinux to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 12, 2024
1 parent 1ac385f commit a96e825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.amazonlinux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (c) 2022 Fabio Cicerchia. https://fabiocicerchia.it. MIT License
# Repo: https://github.com/fabiocicerchia/go-proxy-cache

FROM amazonlinux:2.0.20220316.0 AS builder
FROM amazonlinux:2.0.20240916.0 AS builder

ARG BUILD_CMD=build

Expand All @@ -25,7 +25,7 @@ COPY . ./

RUN make $BUILD_CMD

FROM amazonlinux:2.0.20220316.0
FROM amazonlinux:2.0.20240916.0

WORKDIR /app

Expand Down

0 comments on commit a96e825

Please sign in to comment.