Skip to content

Commit

Permalink
Merge pull request #42 from ItaloMedici/hotfix/0.6.2
Browse files Browse the repository at this point in the history
Hotfix/0.6.2
  • Loading branch information
ItaloMedici authored Jan 26, 2025
2 parents 024765e + 85792d8 commit 00a7023
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.2](https://github.com/ItaloMedici/pontim/compare/v0.6.1...v0.6.2) (2025-01-26)


### Bug Fixes

* adjust linux plataform ([80e8e40](https://github.com/ItaloMedici/pontim/commit/80e8e401dc96c8bc03026ff70d31588c4855a5f3))

## [0.6.1](https://github.com/ItaloMedici/pontim/compare/v0.6.0...v0.6.1) (2025-01-26)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:18-alpine AS base
FROM --platform=linux/arm64 node:18-alpine AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pontim",
"version": "0.6.1",
"version": "0.6.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 00a7023

Please sign in to comment.