Skip to content

Commit 6a6abd9

Browse files
chore(deps): update alpine docker tag to v3.22.0 (#101)
* chore(deps): update alpine docker tag to v3.22.0 * chore(changelog-updater): Added changelog entry --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb3aeef commit 6a6abd9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
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

build/Api.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /home/workspace
77
RUN go build -o bin/ ./cmd/app
88

99

10-
FROM alpine:3.21.3
10+
FROM alpine:3.22.0
1111

1212
COPY --from=build /home/workspace/bin/app /bin/app
1313

build/Plugin.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /home/workspace
77
RUN go build -o bin/ ./cmd/plugin
88

99

10-
FROM alpine:3.21.3
10+
FROM alpine:3.22.0
1111

1212
LABEL maintainer="[email protected]"
1313

0 commit comments

Comments
 (0)