Skip to content

Commit

Permalink
[C++] [userver] fix docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
itrofimow committed Jun 11, 2024
1 parent cea2384 commit 7f8dd05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frameworks/C++/userver/userver-bare.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/userver-framework/ubuntu-userver-build-base:v2 AS builder
FROM ghcr.io/userver-framework/ubuntu-22.04-userver-pg AS builder

RUN apt update && \
apt install -y lsb-release wget software-properties-common gnupg && \
Expand Down
2 changes: 1 addition & 1 deletion frameworks/C++/userver/userver.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/userver-framework/ubuntu-userver-build-base:v2 AS builder
FROM ghcr.io/userver-framework/ubuntu-22.04-userver-pg AS builder

RUN apt update && \
apt install -y lsb-release wget software-properties-common gnupg && \
Expand Down

0 comments on commit 7f8dd05

Please sign in to comment.