Skip to content

Commit d7564b1

Browse files
chore(deps): bump alpine from 3.21 to 3.22 (#132)
* chore(deps): bump alpine from 3.21 to 3.22 Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: ci workflow trigger --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <[email protected]>
1 parent 74a8c21 commit d7564b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache curl git && \
77
go get -v && \
88
go build -v -o /app/ ./...
99

10-
FROM docker.io/alpine:3.21
10+
FROM docker.io/alpine:3.22
1111
LABEL maintainer="Said Sef <[email protected]> (saidsef.co.uk/)"
1212
ENV PORT=${PORT:-8080}
1313

0 commit comments

Comments
 (0)