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 Nov 23, 2024
1 parent 4f5a4d8 commit 772a07b
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.20240916.0 AS builder
FROM amazonlinux:2.0.20241113.1 AS builder

ARG BUILD_CMD=build

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

RUN make $BUILD_CMD

FROM amazonlinux:2.0.20240916.0
FROM amazonlinux:2.0.20241113.1

WORKDIR /app

Expand Down

0 comments on commit 772a07b

Please sign in to comment.