Skip to content

Commit f3670d3

Browse files
chore(deps): update all
1 parent ec4ba62 commit f3670d3

File tree

5 files changed

+1321
-88
lines changed

5 files changed

+1321
-88
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/setup-go@v3
5757
with:
5858
go-version: ${{ matrix.golang }}
59-
- uses: actions/cache@v3.2.6
59+
- uses: actions/cache@v3.3.1
6060
with:
6161
path: ~/go/pkg/mod
6262
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/setup-go@v3
8484
with:
8585
go-version: ${{ matrix.golang }}
86-
- uses: actions/cache@v3.2.6
86+
- uses: actions/cache@v3.3.1
8787
with:
8888
path: ~/go/pkg/mod
8989
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
-
3838
name: Cache Go modules
3939
if: steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
40-
uses: actions/cache@v3.2.6
40+
uses: actions/cache@v3.3.1
4141
with:
4242
path: ~/go/pkg/mod
4343
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VCS_REF
44
ARG VERSION
55

66
# build
7-
FROM golang:1.19.2-alpine as builder
7+
FROM golang:1.20.5-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/moul.io/assh
@@ -14,7 +14,7 @@ COPY . ./
1414
RUN make install
1515

1616
# minimalist runtime
17-
FROM alpine:3.16.0
17+
FROM alpine:3.18.0
1818
LABEL org.label-schema.build-date=$BUILD_DATE \
1919
org.label-schema.name="assh" \
2020
org.label-schema.description="" \

go.mod

+13-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)