Skip to content

Commit f7e4030

Browse files
Bump alpine from 3.19.1 to 3.20.0 (#363)
Bumps alpine from 3.19.1 to 3.20.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe1066f commit f7e4030

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
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags="-w -s -X '
2323

2424

2525
# get alpine container
26-
FROM alpine:3.19.1 AS app
26+
FROM alpine:3.20.0 AS app
2727

2828
# create workdir
2929
WORKDIR /opt/app

0 commit comments

Comments
 (0)