Skip to content

Commit

Permalink
chore: updating docker version (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandoche authored Sep 12, 2023
1 parent 37cd8fc commit b433037
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Unreleased

- (chore) [fse-546] Upgrading docker version
- (ci) [fse-673] Deleting codeball
- (ci) [fse-478] Updating github actions and versions
- (ci) [#5](https://github.com/evmos/backend/pull/5) RPC server refactor
Expand Down
2 changes: 1 addition & 1 deletion cronjobs/dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.5-buster
FROM python:3.10.12-bookworm
RUN apt-get update && apt-get install -y netcat
WORKDIR /code
COPY ./requirements.txt /code/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.0-bullseye
FROM golang:1.21.1-alpine3.18

WORKDIR /go/src/
COPY . .
Expand Down

0 comments on commit b433037

Please sign in to comment.