Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent afa57ad commit c768209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/iris/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /build
RUN go build

### PRODUCTION ###
FROM ubuntu:22.04
FROM ubuntu:24.04

ENV APP_ENV=production
COPY --from=builder /build/iris .
Expand Down

0 comments on commit c768209

Please sign in to comment.