Skip to content

Commit

Permalink
added ubuntu 22.04 to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
frittenlab committed Jun 7, 2024
1 parent b05bc47 commit 57edd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN git clone https://github.com/jacobalberty/permset.git /src && \
mkdir -p /out && \
go build -ldflags "-X main.chownDir=/unifi" -o /out/permset

FROM ubuntu:24.04
FROM ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 57edd3f

Please sign in to comment.