Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b2551bb

Browse files
committedMay 2, 2024
chore: update Dockerfile with DEBIAN_TAG
Signed-off-by: Kaan Yagci <kaan.yagci@makepad.fr>
1 parent 7d5ff96 commit b2551bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ARG DEBIAN_TAG
12
FROM golang:1.22.2-bookworm as build
23

34
WORKDIR /app
@@ -11,7 +12,7 @@ COPY ./forward-proxy ./forward-proxy
1112

1213
RUN make build-local
1314

14-
FROM debian:bookworm-slim
15+
FROM debian:${DEBIAN_TAG}
1516

1617
EXPOSE 9090
1718
WORKDIR /app

0 commit comments

Comments
 (0)
Please sign in to comment.