Skip to content

Commit

Permalink
Merge pull request #158 from moia-oss/dependabot/docker/alpine-3.20.3
Browse files Browse the repository at this point in the history
build(deps): bump alpine from 3.20.2 to 3.20.3
  • Loading branch information
snowiow authored Oct 2, 2024
2 parents f786a71 + 01e7f37 commit 3de75ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . .

RUN CGO_ENABLED=0 GOOS=linux go build -o aws-es-proxy

FROM alpine:3.20.2
FROM alpine:3.20.3
LABEL name="aws-es-proxy" \
version="latest"

Expand Down

0 comments on commit 3de75ce

Please sign in to comment.