Skip to content

Commit c76a7b1

Browse files
chore(): security fixes (#13)
* transfer to alpine image, upgaded compose-bin
1 parent 351f912 commit c76a7b1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG COMPOSE_VERSION=v2.20.3
3+
ARG COMPOSE_VERSION=v2.28.1
44

55
FROM docker/compose-bin:${COMPOSE_VERSION} AS compose
66

7-
FROM debian:bullseye-slim AS compose-plugin
7+
FROM debian:bookworm-slim AS compose-plugin
88

99
COPY --from=compose /docker-compose /usr/local/bin/docker-compose
10-
ENV COMPOSE_COMPATIBILITY true
10+
ENV COMPOSE_COMPATIBILITY=true
1111

1212
# add user
1313
RUN addgroup --gid 3000 compose && \

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.4.0
1+
version: 1.5.0

0 commit comments

Comments
 (0)