chore(deps): bump alpine from 3.13.5 to 3.17.2
Bumps alpine from 3.13.5 to 3.17.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6cb838b03a
commit
465736ab0a
|
@ -8,6 +8,6 @@ COPY . ./
|
|||
RUN make install
|
||||
|
||||
# minimal runtime
|
||||
FROM alpine:3.13.5
|
||||
FROM alpine:3.17.2
|
||||
COPY --from=builder /go/bin/gotty-client /bin/
|
||||
ENTRYPOINT ["/bin/gotty-client"]
|
||||
|
|
Loading…
Reference in New Issue