Skip to content

Commit

Permalink
Merge pull request #203 from fabiocicerchia/snyk-fix-581307a6c304b01d…
Browse files Browse the repository at this point in the history
…f5c951da54754b77

[Snyk] Security upgrade amazonlinux from 2.0.20220316.0 to 2.0.20240916.0
  • Loading branch information
fabiocicerchia authored Oct 20, 2024
2 parents 9717958 + a96e825 commit 5dba665
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 5dba665

Please sign in to comment.