Skip to content

Commit

Permalink
use ubuntu 22.04 in dev dockerfile (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryRomanov authored Feb 25, 2025
1 parent 4fddbab commit be67ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/Dockerfile_dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG APP_IMAGE=ubuntu:20.04
ARG APP_IMAGE=ubuntu:22.04

# Build
FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS build
Expand Down

0 comments on commit be67ac7

Please sign in to comment.