Skip to content

Commit

Permalink
Bump alpine from 3.20.0 to 3.20.1
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.0 to 3.20.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and b4tman committed Jul 1, 2024
1 parent 9aec6fa commit 63cf1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.0 as build
FROM alpine:3.20.1 as build

ARG SQUID_VER=6.10

Expand Down Expand Up @@ -106,7 +106,7 @@ RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf && \

# --- --- --- --- --- --- --- --- ---

FROM alpine:3.20.0
FROM alpine:3.20.1

ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
ENV TZ Europe/Moscow
Expand Down

0 comments on commit 63cf1fc

Please sign in to comment.