Skip to content

Commit

Permalink
Merge pull request #187 from ikheifets-splunk/upgrade-alpine-version-…
Browse files Browse the repository at this point in the history
…in-docker-image

syslog-ng: update to alpine:3.20
  • Loading branch information
alltilla authored Jul 4, 2024
2 parents 986c27e + 8354458 commit 0d7b779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/alpine.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

ARG DEBUG=false

FROM alpine:3.19 as apkbuilder
FROM alpine:3.20 as apkbuilder

ARG PKG_TYPE=stable
ARG SNAPSHOT_VERSION
Expand Down Expand Up @@ -59,7 +59,7 @@ RUN mkdir packages \
&& abuild -r


FROM alpine:3.19
FROM alpine:3.20

ARG DEBUG

Expand Down

0 comments on commit 0d7b779

Please sign in to comment.