mirror of
https://github.com/tobiasehlert/teslamateapi.git
synced 2026-02-27 09:54:18 +08:00
deps(docker): bump alpine from 3.20.3 to 3.21.0 (#314)
Bumps alpine from 3.20.3 to 3.21.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>
This commit is contained in:
@@ -20,7 +20,7 @@ RUN go mod download && \
|
||||
|
||||
|
||||
# get alpine container
|
||||
FROM alpine:3.20.3 AS app
|
||||
FROM alpine:3.21.0 AS app
|
||||
|
||||
# create workdir
|
||||
WORKDIR /opt/app
|
||||
|
||||
Reference in New Issue
Block a user