Skip to content

Commit 688fc38

Browse files
build(deps): bump alpine from 3.15.2 to 3.16.0 (#268)
Bumps alpine from 3.15.2 to 3.16.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 1945c70 commit 688fc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heroku.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY --chown=rust:rust . ./
88
RUN cargo build --release --locked
99

1010

11-
FROM alpine:3.15.2
11+
FROM alpine:3.16.0
1212
LABEL maintainer="Ryo Ota <nwtgck@nwtgck.org>"
1313

1414
# Copy executable

0 commit comments

Comments
 (0)