Skip to content

Commit 1056bb9

Browse files
committed
chore(deps): update alpine docker tag to v3.22
1 parent 3741829 commit 1056bb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ENV NODE_ENV=production
2828

2929
RUN npm run build
3030

31-
FROM alpine:3.21
31+
FROM alpine:3.22
3232

3333
RUN apk update && apk add ca-certificates curl && rm -rf /var/cache/apk/*
3434

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2023 Steffen Vogel <[email protected]>
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM alpine:3.21
4+
FROM alpine:3.22
55

66
RUN apk update && apk add ca-certificates curl && rm -rf /var/cache/apk/*
77

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
lib,
88
}:
99
let
10-
version = "0.10.6";
10+
version = "0.11.0";
1111

1212
frontend = buildNpmPackage {
1313
pname = "gose-frontend";

0 commit comments

Comments
 (0)