Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anupriya17 authored Dec 2, 2023
1 parent b6819ca commit e1d616d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM buildpack-deps:22.04-curl
FROM buildpack-deps:23.04-curl

ARG NODE_VERSION
ARG GO_VERSION
ARG RELEASE_TAG

### base ###
RUN apt-get update && apt-get install -y --no-install-recommends \
cmake \
zip \
unzip \
bash-completion \
Expand Down Expand Up @@ -39,6 +40,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
openssh-server \
mysql-server \
mysql-client \
postgresql-client \
net-tools \
dnsutils \
tzdata \
Expand Down

0 comments on commit e1d616d

Please sign in to comment.