Skip to content

Commit

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

---
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 Dec 1, 2023
1 parent 2420794 commit 6db980e
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.18.4 as build
FROM alpine:3.18.5 as build

ARG SQUID_VER=6.5

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.18.4
FROM alpine:3.18.5

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

0 comments on commit 6db980e

Please sign in to comment.