Skip to content

Commit 2d0c8d6

Browse files
chore(deps): bump alpine from 3.13.3 to 3.13.4 (#74)
Bumps alpine from 3.13.3 to 3.13.4. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f32790a commit 2d0c8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY main.go main.go
1414
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
1515
go build -ldflags="-s -w"
1616

17-
FROM alpine:3.13.3
17+
FROM alpine:3.13.4
1818

1919
ENV GITHUB_ORGANIZATION=""
2020
ENV GITHUB_PAT=""

0 commit comments

Comments
 (0)