From 863dac6baddddfd3ebb4db5475d72eabf742f57c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 9 Sep 2024 12:48:04 +0000
Subject: [PATCH] Bump alpine from 3.20.2 to 3.20.3

Bumps alpine from 3.20.2 to 3.20.3.

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

Signed-off-by: dependabot[bot] <support@github.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index b2b7757..7a35002 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 \
   go build -v -o dns -ldflags "-X github.com/mxssl/dns/cmd.version=$VERSION"
 
 # Copy compiled binary to clear Alpine Linux image
-FROM alpine:3.20.2
+FROM alpine:3.20.3
 WORKDIR /
 RUN apk add --no-cache ca-certificates
 COPY --from=builder /go/src/github.com/mxssl/dns/dns /usr/local/bin/dns