File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1010- chore(deps): update alpine docker tag to v3.21.2
1111- chore(deps): update alpine docker tag to v3.21.3
1212- fix(deps): update module github.com/urfave/cli/v2 to v2.27.6
13+ - chore(deps): update alpine docker tag to v3.22.0
1314
1415## [ 1.3.0] - 2024-09-22
1516### Added
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ WORKDIR /home/workspace
77RUN go build -o bin/ ./cmd/app
88
99
10- FROM alpine:3.21.3
10+ FROM alpine:3.22.0
1111
1212COPY --from=build /home/workspace/bin/app /bin/app
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ WORKDIR /home/workspace
77RUN go build -o bin/ ./cmd/plugin
88
99
10- FROM alpine:3.21.3
10+ FROM alpine:3.22.0
1111
1212LABEL maintainer=
"[email protected] " 1313
You can’t perform that action at this time.
0 commit comments