Skip to content

Commit ec672af

Browse files
chore(deps): bump alpine from 3.21 to 3.22 (#1593)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87cc710 commit ec672af

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
@@ -28,7 +28,7 @@ COPY --from=node /app/web/node_modules ./web/node_modules
2828
ARG version=dev
2929
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-w -extldflags '-static' -X main.VersionTag=${version}" -o /go/bin/tumlive cmd/tumlive/tumlive.go
3030

31-
FROM alpine:3.21
31+
FROM alpine:3.22
3232
RUN apk add --no-cache tzdata openssl
3333
WORKDIR /app
3434
COPY --from=build-env /go/bin/tumlive .

0 commit comments

Comments
 (0)