Skip to content

Commit ed430a1

Browse files
chore(deps): bump alpine from 3.21.0 to 3.21.3 in /.docker
Bumps alpine from 3.21.0 to 3.21.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a67586f commit ed430a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.0
1+
FROM alpine:3.21.3
22

33
RUN addgroup -S ory; \
44
adduser -S ory -G ory -D -h /home/ory -s /bin/nologin; \

.docker/Dockerfile-alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.0
1+
FROM alpine:3.21.3
22

33
RUN addgroup -S ory; \
44
adduser -S ory -G ory -D -H -s /bin/nologin

.docker/Dockerfile-sqlite

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.0
1+
FROM alpine:3.21.3
22

33
# Because this image is built for SQLite, we create /home/ory and /home/ory/sqlite which is owned by the ory user
44
# and declare /home/ory/sqlite a volume.

0 commit comments

Comments
 (0)